Click or drag to resize

IActionsMatchClasses Property

Enumerates all match class filterers (and thus also match class info objects) managed by this IActions instance.

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

Property Value

IEnumerableMatchClassFilterer
See Also