Click or drag to resize

LGSPTransientObjectClone Method

Creates a shallow clone of this transient object. All attributes will be transferred to the new object.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract ITransientObject Clone()

Return Value

ITransientObject
A copy of this object.

Implements

ITransientObjectClone
See Also