Click or drag to resize

IMatchIteratedsEnumerator Property

Enumerator over submatches due to iterateds. (efficiency in between getIteratedAt and Iterateds) The submatch is a list of all matches of the iterated pattern.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEnumerator<IMatches> IteratedsEnumerator { get; }

Property Value

Type: IEnumeratorIMatches
See Also