SynchronizedSuspendableObservableCollectionTRemove - метод

Removes the first occurrence of a specific object from the ICollectionT.

Definition

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

Параметры

item  T
The object to remove from the ICollectionT.

Возвращаемое значение

Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Реализации

ICollectionTRemove(T)

Исключения

NotSupportedExceptionThe ICollectionT is read-only.

См. также