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
PropertiesIReadOnlyDictionary<string, SchemaType>
Properties
Properties
public IReadOnlyDictionary<string, SchemaType> Properties { get; }