/// <summary> /// Create a new iterator that is a copy of "iter". /// </summary> public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter) { this.typ = iter.typ; }
/// <summary> /// Create a new iterator that is a copy of "iter". /// </summary> public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter) { _typ = iter._typ; }