コード例 #1
0
ファイル: cs0278.cs プロジェクト: zlxy/Genesis-3D
        public static void Main(string[] args)
        {
            IMixedEnumerable c = new TestCollection();

            foreach (object o in c)
            {
            }
        }
コード例 #2
0
ファイル: cs0278.cs プロジェクト: nlhepler/mono
 public static void Main(string[] args) {
         IMixedEnumerable c = new TestCollection();
         foreach(object o in c) {}
 }