[]
Performs tasks related to releasing resources.
public void Dispose()
Performs tasks related to freeing and releasing resources..
protected virtual void Dispose(bool disposing)
Type | Name | Description |
---|---|---|
bool | disposing | A bool value indicating which resources should be released, |
true
to free both managed and unmanaged resources; false
to free unmanaged resources only.