[]
Get a char box according by the index
public CharBox this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As CharBox
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
CharBox | The int value indicates the special index. |