示例#1
0
 public Node(DoubleLinkedList <T> list, T data)
     : this(list, null, null, data)
 {
 }