[]
Gets or sets the string value at the specified index.
public override string this[int index] { get; set; }
Public Overrides Default Property Item(index As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | index | Index of the string value. |
| Type | Description |
|---|---|
| string | String value. |