以VS.NET2003中,想使用ArrayList集合类,需要引用哪个名字空间?

解决方案 »

  1.   

    楼上的大侠我试过了,还是不认ArrayList?
      

  2.   

    System.Collections  或者System.Collections.Generic 
      

  3.   

    System.Collections
    System.Collections.Generic   
      

  4.   

    我访问只能访问到System.Collections,在往下就点不出来了!
    而且使用System.Collections,编译的时候,还是找不到ArrayList,
    是不是我的编译器有问题啊?
      

  5.   

    using System.Collections;这个就可以了
    可能你的编译器不行,或者是你的VS没有装全,缺少文件类库