Class Result
Inheritance
System.Object
Result
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: p1eXu5.Result
Assembly: p1eXu5.Result.dll
Syntax
public static class Result
Methods
| Improve this Doc View SourceUnitErrorWith<TOk>()
Declaration
public static Result<TOk, ValueTuple> UnitErrorWith<TOk>()
Returns
Type | Description |
---|---|
Result<TOk, ValueTuple> |
Type Parameters
Name | Description |
---|---|
TOk |
UnitOkWith<TError>()
Declaration
public static Result<ValueTuple, TError> UnitOkWith<TError>()
Returns
Type | Description |
---|---|
Result<ValueTuple, TError> |
Type Parameters
Name | Description |
---|---|
TError |