Node


Description:

public Node (Node? parent = null, NODE_TYPE type = UNDEFINED, string? name = null)

default Yaml.Node constructor

Parameters:

parent

the parent node

type

the NODE_TYPE of Yaml.Node to create

name

the node name