DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / MemberwiseClone Method / MemberwiseClone(Boolean) Method






In This Topic
    MemberwiseClone(Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function MemberwiseClone( _
       ByVal cloneIdentity As System.Boolean _
    ) As System.MarshalByRefObject
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim cloneIdentity As System.Boolean
    Dim value As System.MarshalByRefObject
     
    value = instance.MemberwiseClone(cloneIdentity)
    protected System.MarshalByRefObject MemberwiseClone( 
       System.bool cloneIdentity
    )
    protected function MemberwiseClone( 
        cloneIdentity: System.Boolean
    ): System.MarshalByRefObject; 
    protected function MemberwiseClone( 
       cloneIdentity : System.boolean
    ) : System.MarshalByRefObject;
    protected: System.MarshalByRefObject* MemberwiseClone( 
       System.bool cloneIdentity
    ) 
    protected:
    System.MarshalByRefObject^ MemberwiseClone( 
       System.bool cloneIdentity
    ) 

    Parameters

    cloneIdentity
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also