Creates a new object that is a copy of the current instance.
Namespace: FDF.Common.FeaturesAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
SyntaxPublic Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA new object that is a copy of this instance.
Implements
ICloneableClone
See Also