Click or drag to resize

StartIndexDictionaryContainsKey Method

Determines whether the read-only dictionary contains an element that has the specified key.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool ContainsKey(
	int key
)

Parameters

key  Int32
The key to locate.

Return Value

Boolean
if the read-only dictionary contains an element that has the specified key; otherwise, .

Implements

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also