Gets the success value. Only available when IsSuccess is true.
public T Value { get; }System.InvalidOperationException
Thrown when accessing Value on a failed result.
Gets the success value. Only available when IsSuccess is true.
public T Value { get; }System.InvalidOperationException
Thrown when accessing Value on a failed result.