Struct TypeBox
- Namespace
- The.Persistence
- Assembly
- Instagile.dll
Metadata identifying one of the types supported by ValueBox.
[MessagePackObject(false)]
public record struct TypeBox : IEquatable<TypeBox>
- Implements
- Inherited Members
Constructors
TypeBox(BoxType, bool)
Metadata identifying one of the types supported by ValueBox.
public TypeBox(BoxType Value, bool IsNullable)
Parameters
Properties
IsNullable
[Key(1)]
public bool IsNullable { readonly get; set; }
Property Value
Value
[Key(0)]
public BoxType Value { readonly get; set; }