Click or drag to resize

BeginExecutionHandler Delegate

Represents a method called when execution of a pattern matching construct begins.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public delegate void BeginExecutionHandler(
	IPatternMatchingConstruct patternMatchingConstruct
)

Parameters

patternMatchingConstruct
Type: de.unika.ipd.grGen.libGrIPatternMatchingConstruct
The pattern matching construct.
See Also