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.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.