随笔分类 - c#泛型集合
摘要:using System; using System.Collections.Generic; public class Example { public static void Main() { //一、创建泛型哈希表,然后加入元素 Dictionary<string, string> oscar
阅读全文
摘要:2012-02-07 21:56 by 通用C#系统架构, 2976 阅读, 2 评论, 收藏, 编辑 一个简单的例子 NameValueCollection markStatus = new NameValueCollection(); string[] values = null; markSt
阅读全文