Table of Contents

Class ArrayType

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

Constructors

ArrayType(SchemaType)

public ArrayType(SchemaType Value)

Parameters

Value SchemaType

Properties

Value

public SchemaType Value { get; init; }

Property Value

SchemaType