Exemplo n.º 1
0
 public Queue()
 {
     stack = new Stack <T>();
     Count = 0;
 }