コード例 #1
0
		public XPathFollowingIterator(XPathFollowingIterator copy) : base (copy)
		{
			this.finished = copy.finished;
		}
コード例 #2
0
ファイル: XPathIterators.cs プロジェクト: ForNeVeR/pnet
 public XPathFollowingIterator(XPathFollowingIterator copy) : base(copy)
 {
     this.finished = copy.finished;
 }