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