Table of Contents

Class OperationResult<T>

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
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

IReadOnlyList<Diagnostic>

Success

public bool Success { get; }

Property Value

bool

Value

public T? Value { get; init; }

Property Value

T