Table of Contents

Class ObjectType

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

Constructors

ObjectType(IReadOnlyDictionary<string, SchemaType>)

public ObjectType(IReadOnlyDictionary<string, SchemaType> Properties)

Parameters

Properties IReadOnlyDictionary<string, SchemaType>

Properties

Properties

public IReadOnlyDictionary<string, SchemaType> Properties { get; }

Property Value

IReadOnlyDictionary<string, SchemaType>