Exemple #1
0
 FormattingChanges.TextReplaceAction AddChange(int offset, int removedChars, string insertedText)
 {
     return(changes.AddChange(offset, removedChars, insertedText));
 }