[This is preliminary documentation and is subject to change.]

Clean up any resources being used.

Namespace:  Icarus
Assembly:  Icarus2 (in Icarus2)
Version: 1.0.0.0

Syntax

C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::.Boolean
true if managed resources should be disposed; otherwise, false.

See Also