Exemplo n.º 1
0
 public NodeListIterator(NodeListIterator other)
 {
     _nodes = other._nodes;
     _position = other._position;
 }
Exemplo n.º 2
0
 public NodeListIterator(NodeListIterator other)
 {
     _nodes    = other._nodes;
     _position = other._position;
 }