[This is preliminary documentation and is subject to change.]
Gets all nodes from the document, starting on the current node.
| C# | Visual Basic | Visual 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; }