dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / Clone Method

In This Topic
    Clone Method (UniArray)
    In This Topic
    Creates a copy of an UniArray object.
    Syntax
    'Declaration
     
    Public Function Clone() As Object
    public object Clone()

    Return Value

    An UniArray object.
    Remarks
    The cloned object has the same property values as that of the object being cloned.
    See Also