Class ProtoDataResolvedValue
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
Properties
Source
public string Source { get; init; }
Property Value
Value
public object? Value { get; init; }