会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LBO.net
保持饥饿!保持愚蠢!
->C#在线编辑
博客园
首页
新随笔
联系
订阅
管理
2017年12月4日
c# Array或List有个很实用的ForEach方法,可以直接传入一个方法对集合中元素操作
摘要: using System; using System.Collections.Generic; namespace demo { class Program { static void Main(string[] args) { List names = new List(); names.Add(...
阅读全文
posted @ 2017-12-04 17:11 LBO.net
阅读(2489)
评论(1)
推荐(0)
公告
//返回顶部