YamlDotNet - A .NET library for parsing and emitting YAML
AllNodes Property
NamespacesYamlDotNet.RepresentationModelYamlDocumentAllNodes

[This is preliminary documentation and is subject to change.]

Gets all nodes from the document.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<YamlNode> AllNodes { get; }
Public ReadOnly Property AllNodes As IEnumerable(Of YamlNode)
	Get
public:
property IEnumerable<YamlNode^>^ AllNodes {
	IEnumerable<YamlNode^>^ get ();
}

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949