Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
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

Deletes a list of elements from the specified source.

Синтаксис

[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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?