Links

TextReplacement

Inherits from System.ValueType

Summary

Contains information describing a replacement to make in a string.
public struct TextReplacement

Fields

Name
Description
Comment
A descriptive comment explaining why the substitution is necessary.
The string to expect at Start in the original string.
The string to replace OriginalText with at Start .
Start
The position in the original string where the substitution should be made.
StartLine
The line in the original string where the substitution should be made.

Properties

Name
Description
Gets the length of OriginalText .
Gets the length of ReplacementLength .
Last modified 1yr ago