YamlDotNet - A .NET library for parsing and emitting YAML
Children Property
NamespacesYamlDotNet.RepresentationModelYamlMappingNodeChildren

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

Gets the children of the current node.
Declaration Syntax
C#Visual BasicVisual 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 ();
}
Value
The children.

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