Persistate API documentation
ElementsFrom Method (index)
NamespacesPersistate.LanguageProductionElementsFrom(Int32)

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

Obtains an enumerator which will iterate through the elements in the RHS of this production, starting from a particular element.
Declaration Syntax
C#
public IEnumerable<Element> ElementsFrom(
	int index
)
Parameters
index (Int32)
The starting element index for the iteration.
Return Value
The enumerator.

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