Sandcastle XML Comments Guide
ExplicitImplementationClone Method |
Creates a new object that is a copy of the current instance.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public Object Clone()
Public 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
ICloneableCloneSee Also