SynchronizedSuspendableObservableCollection<T>.Add - метод

Adds an item to the ICollection<T>.

Definition

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

Параметры

item  T
The object to add to the ICollection<T>.

Реализации

ICollection<T>.Add(T)

Исключения

NotSupportedExceptionThe ICollection<T> is read-only.

См. также