Table of Contents

Method GetChildren

Namespace
Terminal.Gui
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.

Returns

IEnumerable<T>