Constructor LinearRangeOption
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)