Table of Contents

TargetDictionary.Dispose Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

Dispose()

This implements the Dispose() interface to properly dispose of the target dictionary

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.