05 2016 档案
摘要:所属命名空间:System.Collections.Generic List<T>类是 ArrayList 类的泛型等效类。该类使用大小可按需动态增加的数组实现 IList<T> 泛型接口。 泛型的好处: 它为使用c#语言编写面向对象程序增加了极大的效力和灵活性。不会强行对值类型进行装箱和拆箱,或对
阅读全文
摘要:怎么获取Dictionary<int, string>的值?我知道这个是键值对的,我知道可以根据key得到value,但关键是现在连key也不知道啊就是想让这个显示在listbox中,应该怎么显示啊,在线等!!!!
阅读全文
摘要:1.Some tips of the Time in C sharp (1) How to define the category of the "Datetime"? 1 datetime dt = datetime.parse("1899-12-30 7:00:00"); 1 DateTime
阅读全文