Class OperationResult<T>
public record OperationResult<T> : IEquatable<OperationResult<T>>
Type Parameters
T
- Inheritance
-
OperationResult<T>
- Implements
- Inherited Members
Properties
Diagnostics
public IReadOnlyList<Diagnostic> Diagnostics { get; init; }
Property Value
Success
public bool Success { get; }
Property Value
Value
public T? Value { get; init; }
Property Value
- T