示例#1
0
 protected SelfIterator(SelfIterator other, bool clone) : base(other, true)
 {
 }
示例#2
0
文件: Iterator.cs 项目: cyplo/mono
		protected SelfIterator (SelfIterator other, bool clone) : base (other, true) 
		{
		}