DictionaryNodeRemove - метод
Removes the first occurrence of a specific object from the ICollectionT.
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool Remove(
DictionaryItemNode item
)
Public Function Remove (
item As DictionaryItemNode
) As Boolean
public:
virtual bool Remove(
DictionaryItemNode^ item
) sealed
abstract Remove :
item : DictionaryItemNode -> bool
override Remove :
item : DictionaryItemNode -> bool
- item DictionaryItemNode
- 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) NotSupportedException | The ICollectionT is read-only. |