StartIndexDictionaryItem Property |
Gets the element that has the specified key in the read-only dictionary.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int this[
int key
] { get; }
Public ReadOnly Default Property Item (
key As Integer
) As Integer
Get
Dim instance As StartIndexDictionary
Dim key As Integer
Dim value As Integer
value = instance(key)
Parameters
- key Int32
- The key to locate.
Return Value
Int32The element that has the specified key in the read-only dictionary.
Implements
IReadOnlyDictionaryTKey, TValueItemTKeyExceptions See Also