SuspendableObservableCollectionT(IEnumerableT) - конструктор

Initializes a new instance of the ObservableCollectionT class that contains elements copied from the specified collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public SuspendableObservableCollection(
	IEnumerable<T> collection
)

Параметры

collection  IEnumerableT
The collection from which the elements are copied.

Исключения

ArgumentNullExceptionThe collection parameter cannot be .

См. также