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