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