- T
- Any type.
CollectionUtilities.AddRange - метод Смотри также Terrasoft.Common - пространство имен > CollectionUtilities - класс : AddRange - метод C#
- source
- Source.
- collection
- List of elements - class that implements the IEnumerable<T> interface.
Glossary Item Box
[Extension()] public static void AddRange<T>( ICollection<T> source, IEnumerable<T> collection )
Параметры
- source
- Source.
- collection
- List of elements - class that implements the IEnumerable<T> interface.
Типы обобщений
- T
- Any type.
Extensible type for the Collection class.