Method Dispose
Dispose(bool)
Dispose of this object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | Whether to cleanup this object's state. |
Dispose()
This code added to correctly implement the disposable pattern.
Declaration
public void Dispose()