Click or drag to resize

LGSPTransientObject Constructor

Instantiates an LGSPTransientObject object.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
protected LGSPTransientObject(
	TransientObjectType transientObjectType
)

Parameters

transientObjectType
Type: de.unika.ipd.grGen.libGrTransientObjectType
The transient object type.
See Also