 | 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
Syntaxpublic static Object Clone(
Object oldContainer
)
Parameters
- oldContainer
- Type: SystemObject
The container to clone.
Return Value
Type:
ObjectA shallow clone of the container
See Also