NodeDictionaryBaseTNodeRemove Method

CVB.Net Documentation
Removes the node identified by the given key.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public bool Remove(
	string key
)

Parameters

key
Type: SystemString
Key to identify the node to remove.

Return Value

Type: Boolean
if TNode object was removed; if not.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also

Reference