[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.
| C# |
IEnumerable<Element> ElementsFrom( int index )
- index (Int32)
- The starting element index for the iteration.
The enumerator.