[]
Gets the value according to the special key.
public string this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As String
Type | Name | Description |
---|---|---|
string | key |
Gets the value 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 |