예제 #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) {}
 }