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

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

Gets the collection of child nodes.
Declaration Syntax
C#Visual BasicVisual C++
public IList<YamlNode> Children { get; }
Public ReadOnly Property Children As IList(Of YamlNode)
	Get
public:
property IList<YamlNode^>^ Children {
	IList<YamlNode^>^ get ();
}
Value
The children.

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