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
OptionsIReadOnlyList<ReferenceType>
Properties
NumBits
public int NumBits { get; }
Property Value
Options
public IReadOnlyList<ReferenceType> Options { get; init; }