[]
Sets the current range of characters.
public void Set(char from, char to)
| Type | Name | Description |
|---|---|---|
| char | from | The starting character of the range. |
| char | to | The ending character of the range. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if |