'Declaration
<NotNullAttribute()> Function Clone() As Object
[NotNull()] object Clone()
[NotNull()] Object^ Clone();
Return Value
This method never returns null
(Nothing
in Visual Basic).
'Declaration
<NotNullAttribute()> Function Clone() As Object
[NotNull()] object Clone()
[NotNull()] Object^ Clone();
This method never returns null
(Nothing
in Visual Basic).
This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.