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

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

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

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