Table of Contents

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

Value BoxType
IsNullable bool

Properties

IsNullable

[Key(1)]
public bool IsNullable { readonly get; set; }

Property Value

bool

Value

[Key(0)]
public BoxType Value { readonly get; set; }

Property Value

BoxType