Initializing help system before first use

Dispose Method (Boolean)

Releases the unmanaged resources used by the XPRBexpr and optionally releases the managed resources

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
protected void Dispose(
	bool disposing
)

Parameters

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