Click or drag to resize
OrderedDictionaryTKey, TValueViewContainsKey Method
Tests if the key is present in the part of the dictionary being viewed.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
Key to check for.

Return Value

Type: Boolean
True if the key is within this view.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also