ResolveReferenceLinksComponentDispose(Boolean) Method

This is overridden to save the updated cache information and dispose of target information

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
protected override void Dispose(
	bool disposing
)

Parameters

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

See Also