public NodeListIterator(NodeListIterator other)
 {
     _nodes = other._nodes;
     _position = other._position;
 }
Beispiel #2
0
 public NodeListIterator(NodeListIterator other)
 {
     _nodes    = other._nodes;
     _position = other._position;
 }