Esempio n. 1
0
 public SortedIterator(SortedIterator other) : base(other)
 {
     this.list = other.list;
     SetPosition(other.CurrentPosition);
 }
Esempio n. 2
0
		public SortedIterator (SortedIterator other) : base (other)
		{
			this.list = other.list;
			SetPosition (other.CurrentPosition);
		}