public static void Main(string[] args) { IMixedEnumerable c = new TestCollection(); foreach (object o in c) { } }
public static void Main(string[] args) { IMixedEnumerable c = new TestCollection(); foreach(object o in c) {} }