예제 #1
0
 public static bool IsDelete(this TextChange change, int count)
 {
     return(change.IsDelete && change.AsDelete().Item == count);
 }