Class UnionValue
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
public sealed record UnionValue : IEquatable<UnionValue>
- Inheritance
-
UnionValue
- Implements
- Inherited Members
Constructors
UnionValue(string, object?)
public UnionValue(string Type, object? Val)
Parameters
Properties
Type
public string Type { get; init; }
Property Value
Val
public object? Val { get; init; }