MutableDisposable Class
March 22, 2012
Represents a disposable whose underlying disposable can be swapped for another disposable.
Namespace:
Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
XMLNS for XAML: Not mapped to an xmlns.
The MutableDisposable type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MutableDisposable | Constructs a new MutableDisposable with no current underlying disposable. |
| Name | Description | |
|---|---|---|
![]() | Disposable | Gets a value indicating whether the MutableDisposable has an underlying disposable. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Disposes the underlying disposable as well as all future replacements. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
