Table of Contents

Class UnionType

Namespace
DeltaPack
Assembly
DeltaPack.dll
public sealed record UnionType : SchemaType, IEquatable<SchemaType>, IEquatable<UnionType>
Inheritance
UnionType
Implements
Inherited Members

Constructors

UnionType(IReadOnlyList<ReferenceType>)

public UnionType(IReadOnlyList<ReferenceType> Options)

Parameters

Options IReadOnlyList<ReferenceType>

Properties

NumBits

public int NumBits { get; }

Property Value

int

Options

public IReadOnlyList<ReferenceType> Options { get; init; }

Property Value

IReadOnlyList<ReferenceType>