Click or drag to resize

Iterateds_Enumerable Class

enumerable returning enumerator over submatches due to iterateds, with every submatch being a list of matches of the iterated-pattern
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspIterateds_Enumerable

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class Iterateds_Enumerable : IEnumerable<IMatches>, 
	IEnumerable

The Iterateds_Enumerable type exposes the following members.

Constructors
  NameDescription
Public methodIterateds_Enumerable
Initializes a new instance of the Iterateds_Enumerable class
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also