Method TreeBase<T>.Descendants
Overload
Gets all descendant nodes (direct children, their children and so on).
public IEnumerable<T> Descendants(bool andSelf = false, Func<T, bool> stepInto = null)
Parameters
|
andSelf (bool)
Include this node. Default |
|
stepInto (Func<T, bool>)
If not |
Returns
| IEnumerable<T> |