Overload List
Name | Description | |
---|---|---|
RegisterForDisposal(IDisposable) |
Adds the disposable to the list of items that will get disposed when the
scope ends.
| |
RegisterForDisposal(Object) |
Adds the disposable to the list of items that will get disposed when the
scope ends.
|
See Also