Click or drag to resize

Iterateds_Enumerator Class

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_Enumerator

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

The Iterateds_Enumerator type exposes the following members.

Constructors
  NameDescription
Public methodIterateds_Enumerator
Initializes a new instance of the Iterateds_Enumerator class
Top
Properties
  NameDescription
Public propertyCurrent
Top
Methods
  NameDescription
Public methodDispose
Public methodMoveNext
Public methodReset
Top
See Also