Table of Contents

Method RemoveTile

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RemoveTile(int)

Removes a Tiles at the provided idx from the view. Returns the removed tile or null if already empty.

public Tile? RemoveTile(int idx)

Parameters

idx int

Returns

Tile