NodeDictionaryBaseTNodeICollectionKeyValuePairString, TNodeRemove Method

CVB.Net Documentation

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

bool ICollection<KeyValuePair<string, TNode>>.Remove(
	KeyValuePair<string, TNode> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, TNode
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions

See Also

Reference