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.1
Syntax
C#
public static Object Clone(
	Object oldContainer
)

Parameters

oldContainer  Object
The container to clone.

Return Value

Object
A shallow clone of the container
See Also