Ejemplo n.º 1
0
 /// <summary>
 /// Clears the entire buffer.
 /// </summary>
 public void Clear()
 {
     _buffer.Clear();
     CursorIndex = 0;
 }