Table of Contents

Class RecordType

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

Constructors

RecordType(SchemaType, SchemaType)

public RecordType(SchemaType Key, SchemaType Value)

Parameters

Key SchemaType
Value SchemaType

Properties

Key

public SchemaType Key { get; init; }

Property Value

SchemaType

Value

public SchemaType Value { get; init; }

Property Value

SchemaType