Creates an object that is a copy of this instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public virtual Object Clone()

Return Value

New object that is a copy of this instance.

Implements

ICloneable..::.Clone()()()

See Also