コード例 #1
0
ファイル: Iterator.cs プロジェクト: xiaochuwang/mono
 private AttributeIterator(AttributeIterator other) : base(other, true)
 {
 }
コード例 #2
0
ファイル: Iterator.cs プロジェクト: cyplo/mono
		private AttributeIterator (AttributeIterator other) : base (other, true) {}