ArrayList动态数组System.Collections命名空间下

using System.Collections;

namespace myspace

{

class myclass

{

 ArrayList myList=new ArrayList();

}

}

原文地址:https://www.cnblogs.com/nanyangzp/p/3161807.html