Operator Implicit
| Improve this Doc View SourceImplicit(Result to ListedResult<T>)
Converts an instance of type Result to ListedResult<T>.
Declaration
public static implicit operator ListedResult<T>(Result result)
Parameters
Returns
Type | Description |
---|---|
Listed |
Implicit(Result<IEnumerable<T>> to ListedResult<T>)
Converts an instance of type Result<T> to ListedResult<T>.
Declaration
public static implicit operator ListedResult<T>(Result<IEnumerable<T>> result)
Parameters
Type | Name | Description |
---|---|---|
Result<IEnumerable<T>> | result | An instance of type Result<T> where |
Returns
Type | Description |
---|---|
Listed |
Implicit(Result<List<T>> to ListedResult<T>)
Converts an instance of type Result<T> to ListedResult<T>.
Declaration
public static implicit operator ListedResult<T>(Result<List<T>> result)
Parameters
Returns
Type | Description |
---|---|
Listed |
Implicit(Result<T[]> to ListedResult<T>)
Converts an instance of type Result<T> to ListedResult<T>.
Declaration
public static implicit operator ListedResult<T>(Result<T[]> result)
Parameters
Returns
Type | Description |
---|---|
Listed |