Result<TResponse> constructor
An action result type containing an object.
public Result(TResponse data)
| parameter | description |
|---|---|
| TResponse | The response data type. |
| data | The data object. |
Remarks
Initializes a new instance of the Result class.
See Also
- class Result<TResponse>