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

Removes the first occurrence of a specific object from the ICollection<T>.

Definition

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

Параметры

item  T
The object to remove from the ICollection<T>.

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

Boolean
true if item was successfully removed from the ICollection<T>; otherwise, false. This method also returns false if item is not found in the original ICollection<T>.

Реализации

ICollection<T>.Remove(T)

Исключения

NotSupportedExceptionThe ICollection<T> is read-only.

См. также