TargetDictionary.Dispose Method
Definition
- 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
disposingboolPass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.