Click or drag to resize
Sandcastle Help File BuilderMSBuildProjectDispose Method (Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Pass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.
See Also