TextReplacement
Last updated
Was this helpful?
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
Contains information describing a replacement to make in a string.
public struct TextReplacementA 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 .
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 OriginalText .
Gets the length of ReplacementLength .
Last updated
Was this helpful?
Was this helpful?
