LinesAccessor Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the LinesAccessor class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public LinesAccessor(
	IList<Line> ts
)
Visual Basic
Public Sub New ( _
	ts As IList(Of Line) _
)
Visual C++
public:
LinesAccessor(
	IList<Line^>^ ts
)

Parameters

ts
Type: System.Collections.Generic..::..IList<(Of <(<'Line>)>)>

See Also