[This is preliminary documentation and is subject to change.]
Gets the StringToken at a particular
index in this ProductionToken's RHS tokens.
| C# |
public StringToken StringToken( int index )
- index (Int32)
- The index containing the StringToken.
The indexed StringToken.
| Exception | Condition |
|---|---|
| InvalidOperationException | If the Token at the given index
is not a StringToken. |