Esempio n. 1
0
 /// <include file='doc\XPathArrayIterator.uex' path='docs/doc[@for="XPathArrayIterator.XPathArrayIterator2"]/*' />
 public XPathArrayIterator(XPathArrayIterator it)
 {
     this.array = it.array;
     this.index = it.index;
 }
Esempio n. 2
0
 /// <include file='doc\XPathArrayIterator.uex' path='docs/doc[@for="XPathArrayIterator.XPathArrayIterator2"]/*' />
 public XPathArrayIterator(XPathArrayIterator it) {
     this.array = it.array;
     this.index = it.index;
 }