c#_5.集合

命名空间:System.Collections 命名空间 1.常用的预定义集合类 (1)ArrayList类(动态数组类型) 创建动态数组: ArrayList 列表对象名 = new ArrayList( ); 例如, ArrayList list = new ArrayList(); list.Add(“小强”); list.Add(30); (2) 哈希表类 (3)作业:学生管理系统 程序:
相关文章
相关标签/搜索