Beispiel #1
0
 private DescendantOrSelfIterator(DescendantOrSelfIterator other) : base(other, true)
 {
     _depth = other._depth;
 }
Beispiel #2
0
		private DescendantOrSelfIterator (DescendantOrSelfIterator other) : base (other, true)
		{
			_depth = other._depth;
		}