Method ToListedResult
| Improve this Doc View SourceToListedResult<T>(IEnumerable<T>)
Converts an instance of type Result to ListedResult<T>.
Declaration
public ListedResult<T> ToListedResult<T>(IEnumerable<T> data)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | data | The value to be set. |
Returns
| Type | Description |
|---|---|
| ListedResult<T> | An instance of type ListedResult<T>. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of objects to enumerate. |