[]
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 |
Type | Description |
---|---|
string | The string value indicatest the key of the specified element. |
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 |
Type | Description |
---|---|
string | The int value indicatest the index of the specified element. |