Table of Contents

Class YamlMapNode

Namespace
JD.AI.SpecSite
Assembly
JD.AI.SpecSite.dll
public sealed record YamlMapNode : YamlNode, IEquatable<YamlNode>, IEquatable<YamlMapNode>
Inheritance
YamlMapNode
Implements
Inherited Members

Constructors

YamlMapNode(IReadOnlyList<YamlMapEntry>)

public YamlMapNode(IReadOnlyList<YamlMapEntry> Properties)

Parameters

Properties IReadOnlyList<YamlMapEntry>

Properties

Properties

public IReadOnlyList<YamlMapEntry> Properties { get; init; }

Property Value

IReadOnlyList<YamlMapEntry>