Table of Contents

Class EnumType

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

Constructors

EnumType(IReadOnlyList<string>)

public EnumType(IReadOnlyList<string> Options)

Parameters

Options IReadOnlyList<string>

Properties

NumBits

public int NumBits { get; }

Property Value

int

Options

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

Property Value

IReadOnlyList<string>