Click or drag to resize

IActionExecutionEnvironmentBeginExecution Method

Fires an OnBeginExecution event.

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

Parameters

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