ReplaceMultipleTextCommand Constructor

T3000 CrossPlatform

ReplaceMultipleTextCommand 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 ReplaceMultipleTextCommand(
	TextSource ts,
	List<ReplaceMultipleTextCommandReplaceRange> ranges
)
Public Sub New ( 
	ts As TextSource,
	ranges As List(Of ReplaceMultipleTextCommandReplaceRange)
)

Dim ts As TextSource
Dim ranges As List(Of ReplaceMultipleTextCommandReplaceRange)

Dim instance As New ReplaceMultipleTextCommand(ts, ranges)

Parameters

ts
Type: FastColoredTextBoxNSTextSource
Underlaying textsource
ranges
Type: System.Collections.GenericListReplaceMultipleTextCommandReplaceRange
List of ranges for replace
See Also