Click or drag to resize

IMatchAlternatives Property

Enumerable returning enumerator over submatches due to alternatives (most inefficient access)

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

Property Value

Type: IEnumerableIMatch
See Also