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.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.