SynchronizedSuspendableObservableCollection<T>.Remove - метод |
Removes the first occurrence of a specific object from the
ICollection<T>.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
Параметры
- item
- Тип: T
The object to remove from the ICollection<T>.
Возвращаемое значение
Тип:
Booleantrue 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)
Исключения
См. также