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