SuspendableObservableCollectionT(ListT) - конструктор
Initializes a new instance of the ObservableCollectionT class that contains elements copied from the specified list.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public SuspendableObservableCollection(
List<T> list
)
Public Sub New (
list As List(Of T)
)
public:
SuspendableObservableCollection(
List<T>^ list
)
new :
list : List<'T> -> SuspendableObservableCollection
Параметры
- list ListT
- The list from which the elements are copied.
ArgumentNullException | The list parameter cannot be . |