Table of Contents

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

Type string
Val object

Properties

Type

public string Type { get; init; }

Property Value

string

Val

public object? Val { get; init; }

Property Value

object