Delegate StoreConverter<State, ViewModel>
Namespace: Unity.UIWidgets.Redux
Syntax
public delegate ViewModel StoreConverter<State, ViewModel>(State state);
Parameters
| Type | Name | Description |
|---|---|---|
| State | state |
Returns
| Type | Description |
|---|---|
| ViewModel |
Type Parameters
| Name | Description |
|---|---|
| State | |
| ViewModel |