Click or drag to resize

ContainerHelperClone Method

Creates a shallow clone of the given container.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Object Clone(
	Object oldContainer
)

Parameters

oldContainer
Type: SystemObject
The container to clone.

Return Value

Type: Object
A shallow clone of the container
See Also