StartIndexDictionaryValues Property |
Gets an enumerable collection that contains the values in the read-only dictionary.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public IEnumerable<int> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of Integer)
Get
Dim instance As StartIndexDictionary
Dim value As IEnumerable(Of Integer)
value = instance.Values
Return Value
IEnumerableInt32An enumerable collection that contains the values in the read-only dictionary.
Implements
IReadOnlyDictionaryTKey, TValueValuesSee Also