GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlSimpleData Class / Clone Method
In This Topic
    Clone Method
    In This Topic
    Creates a new instance of the GoXmlSimpleData-inheriting class and copies all of the property values -- copying Northwoods.Go.GoObjects and cloning ICloneables.
    Syntax
    public object Clone()

    Return Value

    an instance of this same GoXmlSimpleData-inheriting type
    See Also