搜索
注册
登录
BookSet
首页
发现
文章
汉化SO
注册
登录
LINQ 相当于 IEnumerable 的 foreach <T>
IEnumerable<Item> items = GetItems(); items.ForEach(i => i.DoStuff());
linq
foreach
ienumerable
答案