Releases unmanaged and - optionally - managed resources.
Syntax
Visual Basic (Declaration) | |
---|
Protected Overloads Overridable Sub Dispose( _
ByVal disposing As Boolean _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SeriesDataField
Dim disposing As Boolean
instance.Dispose(disposing) |
Parameters
- disposing
true
to release both managed and unmanaged resources; false
to release only unmanaged resources.
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also