'Declaration
Public Overrides NotOverridable Function Clone() As Object
public override object Clone()
public: Object^ Clone(); override
Return Value
This method never returns null
(Nothing
in Visual Basic).
'Declaration
Public Overrides NotOverridable Function Clone() As Object
public override object Clone()
public: Object^ Clone(); override
This method never returns null
(Nothing
in Visual Basic).
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.