Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with disposing of resources.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose resources. Override this method in derived classes. Unmanaged resources should always be released when this method is called. Managed resources may only be disposed of if disposing is true.
|
protected abstract Dispose ( bool disposing ) : void | ||
disposing | bool | A value which indicates whether managed resources may be disposed of. |
return | void |