Click or drag to resize

LGSPUndoElemRemoved Constructor

Initializes a new instance of the LGSPUndoElemRemoved class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public LGSPUndoElemRemoved(
	IGraphElement elem,
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

elem  IGraphElement
 
procEnv  LGSPGraphProcessingEnvironment
 
See Also