NodeDictionaryBaseTNodeRemoveNode Method

CVB.Net Documentation
Removes the node at the given key.

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

protected abstract bool RemoveNode(
	string key
)

Parameters

key
Type: SystemString
Node key to identify entry to remove.

Return Value

Type: Boolean
if the key was actually removed; otherwise.
See Also

Reference