예제 #1
0
 public E Pop()
 {
     return(list.RemoveFirst());
 }
예제 #2
0
 public E Dequeue()
 {
     return(list.RemoveFirst());
 }