Ejemplo n.º 1
0
 public MyLinkedList(MyLinkedListNode <T> headNode)
 {
     Head = headNode;
 }