In This Topic
This is an override of the method in the base collection, and would not normally
be used by DicomObjects developers
Syntax
'Declaration
Protected Overloads Overrides Sub Dispose( _
ByVal As System.Boolean _
)
'Usage
Dim instance As DicomViewer
Dim disposing As System.Boolean
instance.Dispose(disposing)
protected override void Dispose(
System.bool
)
protected procedure Dispose(
: System.Boolean
); override;
protected override function Dispose(
: System.boolean
);
protected: void Dispose(
System.bool
) override
protected:
void Dispose(
System.bool
) override
Parameters
- disposing
- True if explicitly disposing of the object
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also