Method GetChildren | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
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
T
An object in the tree.