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.1
Syntax
C#
void EndExecution(
	IPatternMatchingConstruct patternMatchingConstruct,
	Object result
)

Parameters

patternMatchingConstruct  IPatternMatchingConstruct
The pattern matching construct.
result  Object
The result in case of a sequence expression, or null otherwise.
See Also