Table of Contents

Class YamlMapEntry

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

Constructors

YamlMapEntry(string, YamlNode)

public YamlMapEntry(string Key, YamlNode Value)

Parameters

Key string
Value YamlNode

Properties

Key

public string Key { get; init; }

Property Value

string

Value

public YamlNode Value { get; init; }

Property Value

YamlNode