Method FromReactiveCommand
FromReactiveCommand<T, TResult>(ReactiveCommand<T, TResult>)
Declaration
public static CommandWrapper FromReactiveCommand<T, TResult>(ReactiveCommand<T, TResult> command)
Parameters
| Type | Name | Description |
|---|---|---|
| ReactiveCommand<T, TResult> | command |
Returns
| Type | Description |
|---|---|
| CommandWrapper |
Type Parameters
| Name | Description |
|---|---|
| T | |
| TResult |