Property this
this[int]
Returns the letter at teh specified index.
public string this[int index] { get; }
Parameters
indexintThe index of the letter to be returned.
Property Value
- string
The letter at the specified index.
Returns the letter at teh specified index.
public string this[int index] { get; }
index intThe index of the letter to be returned.
The letter at the specified index.