Class OptionalType
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
public sealed record OptionalType : SchemaType, IEquatable<SchemaType>, IEquatable<OptionalType>
- Inheritance
-
OptionalType
- Implements
- Inherited Members
Constructors
OptionalType(SchemaType)
public OptionalType(SchemaType Value)
Parameters
ValueSchemaType
Properties
Value
public SchemaType Value { get; init; }