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