[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.History.Dispose

Dispose Method

Dispose(bool)

Releases unmanaged resources used by the History class.

Declaration
protected virtual void Dispose(bool disposing)
Protected Overridable Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

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

Dispose()

Releases all resources used by the History class.

Declaration
public void Dispose()
Public Sub Dispose()
Implements