示例#1
0
 /// <summary>
 /// Removes a range of characters from this builder.
 /// </summary>
 /// <remarks>
 /// This method does not reduce the capacity of this builder.
 /// </remarks>
 public void Remove(int startIndex, int length) => _vsb.Remove(startIndex, length);