集合已修改;可能无法执行枚举操作.
摘要:
有一段代码如下:[代码]用foreach语句执行删除操作时会报集合已修改,可能无法执行枚举操作。而用for语句则没问题,如下:[代码]注:foreach 语句对实现 System.Collections.IEnumerable 或 System.Collections.Generic.IEnumerable<(Of <(T>)>) 接口的数组或对象集合中的每个元素重复一组嵌... 阅读全文
posted @ 2009-11-13 10:21 blackcore 阅读(2481) 评论(0) 推荐(0) 编辑