Class Key
Key.
public sealed record Key : IEquatable<Key>
- Inheritance
-
Key
- Implements
- Inherited Members
Constructors
Key(string)
Key.
public Key(string Type)
Parameters
TypestringKey type.
Properties
Array
Array value.
public ImmutableArray<Key>? Array { get; init; }
Property Value
Date
Date value.
public double? Date { get; init; }
Property Value
Number
Number value.
public double? Number { get; init; }
Property Value
String
String value.
public string? String { get; init; }
Property Value
Type
Key type.
public string Type { get; init; }