Click or drag to resize

IMatchIterateds Property

Enumerable returning enumerator over submatches due to iterateds (most inefficient access) 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#
IEnumerable<IMatches> Iterateds { get; }

Property Value

Type: IEnumerableIMatches
See Also