Table of Contents

IndexedCache.Dispose Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Commands
Assembly
Sandcastle.Tools.BuildComponents.dll

Dispose()

This implements the Dispose() interface to properly dispose of the indexed cache

public void Dispose()

Dispose(bool)

This can be overridden by derived classes to add their own disposal code if necessary.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Pass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.