-
Home
-
API
-
XamlToCSharpGenerator.MiniLanguageParsing.Text
-
MinimalTextPatch
-
Constructors
-
MinimalTextPatch(Int32, Int32, String)
MinimalTextPatch(Int32, Int32, String) Constructor
Definition
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.