Table of Contents

Class OptionalType

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

Constructors

OptionalType(SchemaType)

public OptionalType(SchemaType Value)

Parameters

Value SchemaType

Properties

Value

public SchemaType Value { get; init; }

Property Value

SchemaType