Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Field in TextReplacement
A descriptive comment explaining why the substitution is necessary.
public string Comment;public string ReplacementText;public int Start;A descriptive comment explaining why the substitution is necessary.
The string to expect at in the original string.
The string to replace with at .
The position in the original string where the substitution should be made.
The line in the original string where the substitution should be made.
Gets the length of .
Gets the length of .
public struct TextReplacementField in TextReplacement
The string to expect at Start in the original string.
public string OriginalText;Field in TextReplacement
The line in the original string where the substitution should be made.
public int StartLine;Property in TextReplacement
Gets the length of ReplacementLength .
public int ReplacementLength { get };public int OriginalLength { get };