Пример #1
0
 /// <summary>
 /// Removes the specified range of text.
 /// </summary>
 /// <param name="start">Index of removal.</param>
 /// <param name="count">Count of chars to remove.</param>
 public void RemoveRange(int start, int count)
 {
     luaCodeFile.RemoveRange(start, count);
 }