[This is preliminary documentation and is subject to change.]
Enumerates all child nodes
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<ConfigSectionNode> Children { get; }
public IEnumerable<ConfigSectionNode> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of ConfigSectionNode)
Get
Public ReadOnly Property Children As IEnumerable(Of ConfigSectionNode)
Get
public:
property IEnumerable<ConfigSectionNode^>^ Children {
IEnumerable<ConfigSectionNode^>^ get ();
}
public:
property IEnumerable<ConfigSectionNode^>^ Children {
IEnumerable<ConfigSectionNode^>^ get ();
}
member Children : IEnumerable<ConfigSectionNode> with get
member Children : IEnumerable<ConfigSectionNode> with get
Property Value
Type:
IEnumerable ConfigSectionNode