Open sandboxFocus

Method Dispose

Dispose(bool)

Disposes the current object.

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true if the Dispose() method is called explicitly, false is the object is being finalized.

Overrides