Class TerminalNode
public record TerminalNode : IEquatable<TerminalNode>
- Inheritance
-
TerminalNode
- Implements
- Inherited Members
- Extension Methods
Properties
Hash
public string Hash { get; init; }
Property Value
Key
public string Key { get; init; }
Property Value
Value
public string Value { get; init; }