TextReplacement

TextReplacement constructor

Initializes a new instance of TextReplacement class.

public TextReplacement(int index, string original, string replacement)
Parameter Type Description
index Int32 Index of a matched text within source string
original String Original matched string
replacement String String, replacing OriginalText in source string

See Also