Exemplo n.º 1
0
 public SimpleLinkedListEnumerator(SimpleLinkedList <T> list)
 {
     _list = list;
     Reset();
 }