[This is preliminary documentation and is subject to change.]
Gets all nodes from the document.
| C# | Visual Basic | Visual C++ |
public IEnumerable<YamlNode> AllNodes { get; }
Public ReadOnly Property AllNodes As IEnumerable(Of YamlNode) Get
public: property IEnumerable<YamlNode^>^ AllNodes { IEnumerable<YamlNode^>^ get (); }