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

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

Obtains an enumerator which iterates through the RHS elements of this IProduction, starting from a given element index.
Declaration Syntax
C#
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)