Esempio n. 1
0
 public LinkedListStack()
 {
     LinkedList = new LinkedList <E>();
 }