LinesAccessor Constructor

T3000 CrossPlatform

LinesAccessor Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LinesAccessor class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public LinesAccessor(
	IList<Line> ts
)
Public Sub New ( 
	ts As IList(Of Line)
)

Dim ts As IList(Of Line)

Dim instance As New LinesAccessor(ts)

Parameters

ts
Type: System.Collections.GenericIListLine

[Missing <param name="ts"/> documentation for "M:FastColoredTextBoxNS.LinesAccessor.#ctor(System.Collections.Generic.IList{FastColoredTextBoxNS.Line})"]

See Also