DocumentationContext.Dispose Method

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

Dispose()

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

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 Dispose() method or the finalizer.