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