Disposes resources and destroys the object.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
| C# |
|---|
protected override void Dispose(
bool disposing
) |
| Visual C++ |
|---|
protected:
virtual void Dispose(
bool disposing
) override |
| JavaScript |
|---|
function dispose(disposing); |
Parameters
- disposing
- Type: System..::.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also