Ejemplo n.º 1
0
 public void TrimExcess()
 {
     _theStackList.TrimExcess();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the capacity of the Queue to the actual size of the queue
 /// </summary>
 public void TrimExcess()
 {
     _theQueueList.TrimExcess();
 }