Method GetChildren
GetChildren(T)
Returns the currently expanded children of the passed object. Returns an empty collection if the branch is not exposed or not expanded.
public IEnumerable<T> GetChildren(T o)
Parameters
o
TAn object in the tree.
Returns
- IEnumerable<T>