Exemplo n.º 1
0
 public static bool IsInsert(this TextChange change, string text)
 {
     return(change.IsInsert && change.AsInsert().Item == text);
 }