NodeMapIDictionaryString, INodeRemove Method (String)

CVB.Net Documentation

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

bool IDictionary<string, INode>.Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the element to remove.

Return Value

Type: Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions

See Also

Reference

IDictionaryString, INodeRemove(String)