Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

View..::..ContainsKey Method

Tests if the key is present in the part of the dictionary being viewed.

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
Key to check

Return Value

True if the key is within this view.