SynchronizedSuspendableObservableCollectionTRemove - метод

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

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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)

Исключения

См. также