Click or drag to resize

StartIndexDictionaryKeys Property

Gets an enumerable collection that contains the keys in the read-only dictionary.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public IEnumerable<int> Keys { get; }

Return Value

IEnumerableInt32
An enumerable collection that contains the keys in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueKeys
See Also