BuildComponentCoreDispose(Boolean) Method

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

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
protected virtual 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