Table of Contents

Method AddObjects

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddObjects(IEnumerable<T>)

Adds many new root level objects. Objects that are already root objects are ignored.

public void AddObjects(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

Objects to add as new root level objects.