Click or drag to resize
BroccoliSharp BroSetDispose Method (Boolean)
Releases the unmanaged resources used by this BroSet object and optionally releases the managed resources.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also