| MSBuildProjectDispose Method (Boolean) |
This can be overridden by derived classes to add their own
disposal code if necessary.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
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