Yaml .NET Parser

Node Constructor 

Node Constructor

public Node(
   String uri,
   NodeType nodetype
);

Parameters

uri
URI of the node
nodetype
The type of node that we want to store

Remarks

Missing <remarks> documentation for M:Yaml.Node.#ctor(System.String,Yaml.NodeType)

See Also

Node Class | Yaml Namespace