Summary
Object that represents an action that will dispose after use.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["DisposableAction"]
class Type type-node
Syntax
public class DisposableAction : IDisposable
Constructors
| Name | Summary |
|---|---|
| DisposableAction |
Initializes a new instance of the DisposableAction class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Dispose |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.IDisposable
