The child nodes of this node.
Namespace:
Linq.Extras
Assembly:
Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
SyntaxIList<INode<T>> Children { get; }
ReadOnly Property Children As IList(Of INode(Of T))
Get
abstract Children : IList<INode<'T>> with get
Property Value
Type:
IListINodeT
See Also