UndoableDictionary TKey, TValue  ContainsKey Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also