SynchronizedSuspendableObservableCollectionTAdd - метод

Adds an item to the ICollectionT.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public void Add(
	T item
)

Параметры

item  T
The object to add to the ICollectionT.

Реализации

ICollectionTAdd(T)

Исключения

NotSupportedExceptionThe ICollectionT is read-only.

См. также