示例#1
0
 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;
		}