码迷,mamicode.com
首页 > Windows程序 > 详细

c#定义Ilist集合

时间:2017-07-24 13:04:54      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:ring   for   string   add   write   console   定义   new   lin   

IList<string> mList = new List<string>();
mList.Add("2222");
mList.Add("zxc");
foreach (string s in mList)
{
Console.WriteLine(s);
}

c#定义Ilist集合

标签:ring   for   string   add   write   console   定义   new   lin   

原文地址:http://www.cnblogs.com/914556495wxkj/p/7228104.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!