UndoableDictionary TKey, TValue  ContainsKey Method TIBCO Spotfire 6.0 API Reference
Determines whether the IDictionary TKey, TValue  contains an element with the specified key.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to locate in the IDictionary TKey, TValue .

Return Value

Type: Boolean
true if the IDictionary TKey, TValue  contains an element with the key; otherwise, false.

Implements

IDictionary TKey, TValue  ContainsKey(TKey)
Exceptions

ExceptionCondition
System ArgumentNullExceptionkey is null.
See Also