Ejemplo n.º 1
0
        public static void Main(string[] args)
        {
            IMixedEnumerable c = new TestCollection();

            foreach (object o in c)
            {
            }
        }
Ejemplo n.º 2
0
 public static void Main(string[] args) {
         IMixedEnumerable c = new TestCollection();
         foreach(object o in c) {}
 }