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

C# Dictionary的遍历

时间:2017-04-05 11:56:00      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:pair   遍历   cti   class   ons   span   code   key   string   

foreach (KeyValuePair<string, string> kvp in dic)
{
          Console.WriteLine("key:{0},value:{1}", kvp.Key, kvp.Value);
}

 

C# Dictionary的遍历

标签:pair   遍历   cti   class   ons   span   code   key   string   

原文地址:http://www.cnblogs.com/AkazaAkari/p/6667881.html

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