NodeMapICollectionKeyValuePairString, INodeRemove Method (KeyValuePairString, INode)

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, INode>>.Remove(
	KeyValuePair<string, INode> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, INode
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

ICollectionKeyValuePairString, INodeRemove(KeyValuePairString, INode)