Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

OrderedMultiDictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey Method

Checks to see if the key is present in the dictionary and has at least one value associated with it.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public bool ContainsKey(
	TKey key
)
Public Function ContainsKey ( _
	key As TKey _
) As Boolean
public:
bool^ ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to check.

Return Value

True if key is present and has at least one value associated with it. Returns false otherwise.