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