摘要:
声明: List<T> mList = new List<T>(); 添加元素: mList.Add("John"); string[] temArr = { "Ha","Hunter", "Tom", "Lily", "Jay", "Jim", "Kuku", " "Locu" }; mList. 阅读全文
posted @ 2020-03-04 17:13
Bella.Li
阅读(1730)
评论(0)
推荐(0)
摘要:
Dictionary提供快速的基于键值的元素查找。 结构是:Dictionary <[key] , [value] >,当你有很多元素的时候可以用它。 它包含在System.Collections.Generic名控件中。在使用前,你必须声明它的键类型和值类型。 using System; usin 阅读全文
posted @ 2020-03-04 16:50
Bella.Li
阅读(866)
评论(0)
推荐(0)

浙公网安备 33010602011771号