Chameleon and Iguana Plugin C# Class Libraries

Config.Dispose Method (Boolean)

Helper method. Intended to be overridden by the child.

[Visual Basic]
Overridable Overloads Protected Sub Dispose( _
   ByVal disposing As Boolean _
)
[C#]
protected virtual void Dispose(
   bool disposing
);

Remarks

The implementation of the child's Dispose(bool) method must call the parent's Dispose(bool) method, likely in a finally block.

See Also

Config Class | iNTERFACEWARE.Chameleon Namespace | Config.Dispose Overload List