Click or drag to resize

StartIndexDictionaryValues Property

Gets an enumerable collection that contains the values 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> Values { get; }

Return Value

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

Implements

IReadOnlyDictionaryTKey, TValueValues
See Also