Click or drag to resize
MultiDictionaryTKey, TValueContainsKey Method
Checks to see if the key is present in the dictionary and has at least one value associated with it.

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
The key to check.

Return Value

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

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also