[]
Gets the key according to special key.
public string this[Keys key] { get; }
Public ReadOnly Default Property Item(key As Keys) As String
Type | Name | Description |
---|---|---|
Keys | key |
Type | Description |
---|---|
string | A Keys instance indicates the special key. |
Gets the key according to the special index.
public string this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As String
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
string | A int instance indicates the special index. |