NodeDictionaryBaseTNodeICollectionKeyValuePairString, TNodeContains 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>>.Contains(
	KeyValuePair<string, TNode> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, TNode
The object to locate in the ICollectionT.

Return Value

Type: Boolean
true if item is found in the ICollectionT; otherwise, false.

Implements

ICollectionTContains(T)
See Also

Reference