Property this
this[int]
Returns the char at the specified index.
Declaration
public char this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the char to return from m_OriginalString. |
Property Value
Type | Description |
---|---|
char |