文件名称:C#_集合类_Array,Arraylist,List,Hashtable,Dictionary,Stack,Queue_学习资料
文件大小:39KB
文件格式:DOC
更新时间:2014-09-08 06:39:20
C# 集合类 Array,Arraylist,List,Hashtable,Dictionary,Stack,Queue
我们用的比较多的非泛型集合类主要有 ArrayList类 和 HashTable类。我们经常用HashTable 来存储将要写入到数据库或者返回的信息,在这之间要不断的进行类型的转化,增加了系统装箱和拆箱的负担,如果我们操纵的数据类型相对确定的化 用Dictionary