CollectionNodeRemove - метод |
Removes the first occurrence of a specific object from the
ICollectionT.
Пространство имён:
Tessa.UI.HashEditor.Hash
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
CollectionItemNode item
)
Public Function Remove (
item As CollectionItemNode
) As Boolean
public:
virtual bool Remove(
CollectionItemNode^ item
) sealed
abstract Remove :
item : CollectionItemNode -> bool
override Remove :
item : CollectionItemNode -> bool
Параметры
- item
- Тип: Tessa.UI.HashEditor.HashCollectionItemNode
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)Исключения См. также