Yaml .NET Parser

Node.Info Method 

Node info returns a YAML node and is also mostly used for debugging the parser. This could be used for traversing the meta-info of another YAML tree

public abstract Node Info();

Return Value

Missing <returns> documentation for M:Yaml.Node.Info

Remarks

Missing <remarks> documentation for M:Yaml.Node.Info

See Also

Node Class | Yaml Namespace