示例#1
0
 public void Clear()
 {
     this.LinkNode = new LinkNode <T>();
 }
示例#2
0
 public LinkNodeSet()
 {
     this.Data = new LinkNode <T>();
 }