LibrarySet.ICloneable.Clone MethodLibrarySet.ICloneable.Clone MethodLibrarySet::ICloneable::Clone Method

Creates a new object that is a copy of the current instance.

Syntax

Private Function Clone() As Object _
        Implements ICloneable.Clone
private object ICloneable.Clone()
private:
virtual object^ ICloneable::Clone() sealed
 

Return Value

Type: System.ObjectSystem.ObjectSystem::Object^

A new object that is a copy of this instance.