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