SynchronizedSuspendableObservableCollectionTRemove - метод |
Removes the first occurrence of a specific object from the
ICollectionT.
Пространство имён:
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 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)Исключения См. также