T3000 CrossPlatform Documentation
RemoveLinesCommand Constructor |
[This is preliminary documentation and is subject to change.]
Constructor
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public RemoveLinesCommand( TextSource ts, List<int> iLines )
Public Sub New ( ts As TextSource, iLines As List(Of Integer) ) Dim ts As TextSource Dim iLines As List(Of Integer) Dim instance As New RemoveLinesCommand(ts, iLines)
Parameters
- ts
- Type: FastColoredTextBoxNSTextSource
Underlaying textbox - iLines
- Type: System.Collections.GenericListInt32
List of ranges for replace
See Also