Method TreeBase<T>.Children
Overload
Gets all direct child nodes.
public IEnumerable<T> Children(bool andSelf = false)
Parameters
|
andSelf (bool)
Include this node. Default |
Returns
| IEnumerable<T> |
Gets all direct child nodes.
public IEnumerable<T> Children(bool andSelf = false)
|
andSelf (bool)
Include this node. Default |
| IEnumerable<T> |