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