Summary
Initializes a new instance of the
DisposableAction class.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm - Containing Type
- DisposableAction
Syntax
public DisposableAction(Action action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action | The action. |
Return Value
| Type | Description |
|---|---|
| void |
