x

开发者

c# .net

导航

2013年5月14日 #

Dictionary 分组

摘要: 1 ///反射数组按照要求排列 2 static void Main(string[] args) 3 { 4 Dictionary<string, int> myDictionary = SetKeyValue(); 5 int directorValue = myDictionary["公司1"]; 6 int directorValue4 = myDictionary["公司4"]; 7 int directorValue5 =... 阅读全文

posted @ 2013-05-14 15:08 开发模式 阅读(497) 评论(0) 推荐(0) 编辑

x