Exemplo n.º 1
0
 public E Pop()
 {
     return(list.RemoveFirst());
 }
Exemplo n.º 2
0
 public E Dequeue()
 {
     return(list.RemoveFirst());
 }