Constructor Suggestion | Terminal.Gui v2 (original) (raw)
Namespace
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
.