Explicit ImplementationClone Method
Creates a new object that is a copy of the current instance.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
A new object that is a copy of this instance.
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public Object Clone()VB
Public Function Clone As ObjectC++
public:
virtual Object^ Clone() sealedF#
abstract Clone : unit -> Object
override Clone : unit -> Object Return Value
ObjectA new object that is a copy of this instance.