'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Function Clone() As Object
             
        
            
            'Usage
 
Dim instance As _DataType
Dim value As Object
 
value = instance.Clone()
             
        
            
            [JetBrains.Annotations.NotNull()]
object Clone()
             
        
            
            [JetBrains.Annotations.NotNull()]
Object^ Clone(); 
             
        
             
        
            
            
            Return Value
This method never returns null (Nothing in Visual Basic).
 
            
            
            
            
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also