DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / Dispose Method



In This Topic
    Dispose Method (DicomAttribute)
    In This Topic
    Release all resources used by this DicomAttribute object.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    'Usage
     
    Dim instance As DicomAttribute
     
    instance.Dispose()
    public void Dispose()
    public:
    void Dispose(); 
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also