DocData.Dispose(Boolean) Method

Definition

Disposes the state of this object.

protected:
 virtual void Dispose(bool disposing);
protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

If this method is called from Dispose (true) or Finalizer (false).

Applies to