コード例 #1
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 private DescendantOrSelfIterator(DescendantOrSelfIterator other) : base(other, true)
 {
     _depth = other._depth;
 }
コード例 #2
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		private DescendantOrSelfIterator (DescendantOrSelfIterator other) : base (other, true)
		{
			_depth = other._depth;
		}