SuspendableObservableCollectionT(IEnumerableT) - конструктор |
Initializes a new instance of the
ObservableCollectionT class that contains elements copied from the specified collection.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public SuspendableObservableCollection(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
SuspendableObservableCollection(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> SuspendableObservableCollection
Параметры
- collection
- Тип: System.Collections.GenericIEnumerableT
The collection from which the elements are copied.
Исключения См. также