MinimalTextPatch(Int32, Int32, String) Constructor

Definition

Assembly XamlToCSharpGenerator.MiniLanguageParsing.dll

Initializes a new patch.

public MinimalTextPatch(int start, int removedLength, string insertedText)

Parameters

start
Int32

Replacement start offset in the original text.

removedLength
Int32

Number of characters removed from the original text.

insertedText
String

Replacement text to insert.