示例#1
0
 public LinkedListStack()
 {
     LinkedList = new LinkedList <E>();
 }