Exemplo n.º 1
0
 public void TestPush(FixedSizeStack stack, object item)
 {
     stack.Push(item);
 }
Exemplo n.º 2
0
 public void TestPush(FixedSizeStack stack, object item)
 {
     stack.Push(item);
 }