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.1
Syntax
C#
public delegate void BeginExecutionHandler(
	IPatternMatchingConstruct patternMatchingConstruct
)

Parameters

patternMatchingConstruct  IPatternMatchingConstruct
The pattern matching construct.
See Also