typedef struct{
    int *base;
    int *top;
    int stacksize;
}SqStack;SqStack s*s.top++=e; //C#中要如何实现下面两句代码呢? 
e=*(s.top-1);
上面是实现栈的一部分代码,求助用C#怎么实现,谢谢