Click or drag to resize

IMatchAlternativesEnumerator Property

Enumerator over submatches due to alternatives. (efficiency in between getAlternativeAt and Alternatives) You can find out which alternative case was matched by inspecting the Pattern member of the submatch.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
IEnumerator<IMatch> AlternativesEnumerator { get; }

Property Value

Type: IEnumeratorIMatch
See Also