- T
- Any type.
CollectionUtilities.RemoveRange - метод Смотри также Terrasoft.Common - пространство имен > CollectionUtilities - класс : RemoveRange - метод C#
- source
- Source.
- collection
- List of elements - class that implements the IEnumerable<T> interface.
Glossary Item Box
[Extension()] public static void RemoveRange<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.