Class ProtoDataResolvedValue

Namespace
ProtoTest.Data
Assembly
ProtoTest.Data.dll

A value produced by a custom resolver together with its diagnostic source.

public sealed record ProtoDataResolvedValue : IEquatable<ProtoDataResolvedValue>
Inheritance
ProtoDataResolvedValue
Implements
Inherited Members
Extension Methods

Constructors

ProtoDataResolvedValue(object?, string)

A value produced by a custom resolver together with its diagnostic source.

public ProtoDataResolvedValue(object? Value, string Source)

Parameters

Value object
Source string

Properties

Source

public string Source { get; init; }

Property Value

string

Value

public object? Value { get; init; }

Property Value

object