Persistate API documentation
ProdToken Method (index)
NamespacesPersistate.LanguageProductionTokenProdToken(Int32)

[This is preliminary documentation and is subject to change.]

Gets the ProductionToken at a particular index in this ProductionToken's tokens collection.
Declaration Syntax
C#
public ProductionToken ProdToken(
	int index
)
Parameters
index (Int32)
The index containing the ProductionToken.
Return Value
The indexed ProductionToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the Token at the given index is not a ProductionToken.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)