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

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

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public SuspendableObservableCollection(
	List<T> list
)

Параметры

list  ListT
The list from which the elements are copied.

Исключения

ArgumentNullExceptionThe list parameter cannot be .

См. также