DocumentationContext.Dispose Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll
DocumentationContext.Dispose()Disposes of the resources used by the DocumentationContext class.
DocumentationContext.Dispose(bool)Disposes of the resources used by the DocumentationContext class.

DocumentationContext.Dispose()

Disposes of the resources used by the DocumentationContext class.
public void Dispose()

DocumentationContext.Dispose(bool)

Disposes of the resources used by the DocumentationContext class.
protected void Dispose(bool disposing)

Parameters

disposing bool
Indicates whether the method is being called from the DocumentationContext.Dispose() method or the finalizer.