Click or drag to resize

IActionExecutionEnvironmentEndExecution Method

Fires an OnEndExecution event.

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

Parameters

patternMatchingConstruct
Type: de.unika.ipd.grGen.libGrIPatternMatchingConstruct
The pattern matching construct.
result
Type: SystemObject
The result in case of a sequence expression, or null otherwise.
See Also