Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / History Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases unmanaged resources used by the History class.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected virtual void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    See Also