Пример #1
0
 public LinkList()
 {
     this.Head = null;
     this.Tail = null;
 }