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