Exemplo n.º 1
0
 public ExprentStack(ListStack <Exprent> list)
     : base(list)
 {
     pointer = list.GetPointer();
 }