IniEditor.Dispose Method (Boolean)

TG.INI

IniEditorDispose Method (Boolean)

Clean up any resources being used.

Namespace:  TG.INI.Controls
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
protected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
) override
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit 

Parameters

disposing
Type: SystemBoolean
true if managed resources should be disposed; otherwise, false.
See Also