See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Clean up any resources being used.
Namespace: NTier.VisualStudioWizardsAssembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual Basic |
|---|
Protected Overrides Sub Dispose (
disposing As Boolean
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) override |
Parameters
- disposing
- Type: System..::..Boolean
true if managed resources should be disposed; otherwise, false.
See Also