Persistate API documentation
GeneratedValue Method (index)
NamespacesPersistate.LanguageProductionTokenGeneratedValue(Int32)

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

Gets the generated object within the GeneratedToken at a particular index in the RHS tokens.
Declaration Syntax
C#
public Object GeneratedValue(
	int index
)
Parameters
index (Int32)
The index at which to retrieve the GeneratedToken.
Return Value
The Generated object within the GeneratedToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe token at the given position is not a GeneratedToken.

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