SuspendableObservableCollectionT(ListT) - конструктор
Initializes a new instance of the
ObservableCollectionT class that contains elements copied from the specified list.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.