Method FromReactiveCommand
FromReactiveCommand<TIn, TOut>(ReactiveCommand<TIn, TOut>)
Declaration
public static BlazorCommandWrapper<TIn, TOut> FromReactiveCommand<TIn, TOut>(ReactiveCommand<TIn, TOut> command)
Parameters
| Type | Name | Description |
|---|---|---|
| ReactiveCommand<TIn, TOut> | command |
Returns
| Type | Description |
|---|---|
| BlazorCommandWrapper<TIn, TOut> |
Type Parameters
| Name | Description |
|---|---|
| TIn | |
| TOut |