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) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public SuspendableObservableCollection(
	IEnumerable<T> collection
)

Параметры

collection  IEnumerableT
The collection from which the elements are copied.

Исключения

ArgumentNullExceptionThe collection parameter cannot be .

См. также