Click or drag to resize

LGSPActionExecutionEnvironmentEndExecution Method

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

Parameters

patternMatchingConstruct
Type: de.unika.ipd.grGen.libGrIPatternMatchingConstruct
result
Type: SystemObject

Implements

IActionExecutionEnvironmentEndExecution(IPatternMatchingConstruct, Object)
See Also