Table of Contents

Method AddObject

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

AddObject(T?)

Adds a new root level object unless it is already a root of the tree.

public void AddObject(T? o)

Parameters

o T

The object to add as a root node.