Beispiel #1
0
 public void PopId()
 {
     IdStack.Pop();
     // TODO: Compute the top id.
 }
Beispiel #2
0
 public void PushId(int id)
 {
     IdStack.Push(id);
     // TODO: Compute the top id.
 }