Class YamlMapEntry
public sealed record YamlMapEntry : IEquatable<YamlMapEntry>
- Inheritance
-
YamlMapEntry
- Implements
- Inherited Members
Constructors
YamlMapEntry(string, YamlNode)
public YamlMapEntry(string Key, YamlNode Value)
Parameters
Properties
Key
public string Key { get; init; }
Property Value
Value
public YamlNode Value { get; init; }