NodeDictionaryBaseTNodeContainsKey Method

CVB.Net Documentation
Gets whether this dictionaries contains the given key.

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

public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
Key to find.

Return Value

Type: Boolean
if key was found; if not.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference