Class YamlMapNode
public sealed record YamlMapNode : YamlNode, IEquatable<YamlNode>, IEquatable<YamlMapNode>
- Inheritance
-
YamlMapNode
- Implements
- Inherited Members
Constructors
YamlMapNode(IReadOnlyList<YamlMapEntry>)
public YamlMapNode(IReadOnlyList<YamlMapEntry> Properties)
Parameters
PropertiesIReadOnlyList<YamlMapEntry>
Properties
Properties
public IReadOnlyList<YamlMapEntry> Properties { get; init; }