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