Table of Contents

Constructor Suggestion

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Suggestion(int, string, string)

Creates a new instance of the Suggestion class.

public Suggestion(int remove, string replacement, string title = null)

Parameters

remove int
replacement string
title string

User visible title for the suggestion or null if the same as replacement.