Method BuildReducer
BuildReducer(TState)
Builds the reducer switch statement.
Declaration
public Reducer BuildReducer(TState initialState)
Parameters
| Type | Name | Description | 
|---|---|---|
| TState | initialState | The initial state of the reducer.  | 
    
Returns
| Type | Description | 
|---|---|
| Reducer | The reducer switch statement.  |