Table of Contents

Class LinearRange

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

Convenience non-generic LinearRange<T> closed over string. Allows designer scenarios (e.g. AllViewsTester) and reflection-based instantiation to discover and create the view without supplying a type argument.

public class LinearRange : LinearRange<string>, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation, IValue<LinearRangeSpan<string>>, IValue, IDesignable
Inheritance
LinearRange
Implements
Inherited Members
Extension Methods

Remarks

To work with non-string option types, use LinearRange<T> directly.

Constructors

LinearRange()

Initializes a new instance of LinearRange.

LinearRange(List<string>?, Orientation)

Initializes a new instance of LinearRange.