填空题

能用foreach遍历访问的对象需要实现()接口或声明()方法的类型。

正确答案

IEnumerable;GetEnumerator

答案解析