Click or drag to resize

ITransientObjectClone Method

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

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

Return Value

ITransientObject
A copy of this object.
See Also