Exemple #1
0
 /** Get the top element. */
 public int Top()
 {
     return(CurrentQueue.Peek());
 }