Table of Contents

Constructor LinearRangeOption

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

LinearRangeOption()

Creates a new empty instance of the LinearRangeOption<T> class.

public LinearRangeOption()

LinearRangeOption(string, Rune, T)

Creates a new instance of the LinearRangeOption<T> class with values for each property.

public LinearRangeOption(string legend, Rune legendAbbr, T data)

Parameters

legend string
legendAbbr Rune
data T