Click or drag to resize

StartIndexDictionaryItem Property

Gets the element that has the specified key in the read-only dictionary.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public int this[
	int key
] { get; }

Parameters

key  Int32
The key to locate.

Return Value

Int32
The element that has the specified key in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
KeyNotFoundExceptionThe property is retrieved and key is not found.
See Also