[This is preliminary documentation and is subject to change.]
Gets the children of the current node.
| C# | Visual Basic | Visual C++ |
public IDictionary<YamlNode, YamlNode> Children { get; }
Public ReadOnly Property Children As IDictionary(Of YamlNode, YamlNode) Get
public: property IDictionary<YamlNode^, YamlNode^>^ Children { IDictionary<YamlNode^, YamlNode^>^ get (); }
The children.