Represents a disposable whose underlying disposable can be swapped for another disposable.
Namespace: SharpKit.Rx
Methods
|
Dispose()
|
Disposes the underlying disposable as well as all future replacements.
|
|
Get()
|
Gets a value indicating whether the MutableDisposable has an underlying disposable.
|
|
Replace(IDisposable)
|
Swaps and disposes the current disposable with the new disposable.
|