Method | Description | |
---|---|---|
AddScopedObject ( IDisposable disposable ) : void |
Adds the scoped disposable object to the scope. This method is a NoOp |
|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public AddScopedObject ( IDisposable disposable ) : void | ||
disposable | IDisposable | The disposable. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |