예제 #1
0
 public SortedIterator(SortedIterator other) : base(other)
 {
     this.list = other.list;
     SetPosition(other.CurrentPosition);
 }
예제 #2
0
파일: Iterator.cs 프로젝트: cyplo/mono
		public SortedIterator (SortedIterator other) : base (other)
		{
			this.list = other.list;
			SetPosition (other.CurrentPosition);
		}