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
ValueSchemaType
Properties
Value
public SchemaType Value { get; init; }