|
| .NET Framework Class Library |
| MutableDisposable..::.Replace Method |
| MutableDisposable Class See Also Send Feedback |
Swaps and disposes the current disposable with the new disposable.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Replace(disposable); |
Parameters
- disposable
- Type: System..::.IDisposable