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.2
Syntax
C#
ITransientObject Clone()

Return Value

Type: ITransientObject
A copy of this object.
See Also