Method ResultAs
ResultAs<T>()
Creates an instance of the given type
T from the result of the response.
Declaration
public T ResultAs<T>()
Returns
| Type | Description |
|---|---|
| T | An instance of the desired type T created from the response result. |
Type Parameters
| Name | Description |
|---|---|
| T | The desired object type to convert the response result to. |