摘要: ArrayList是一个长度可变的数组,那么它的容量是怎么变化的呢?先看下面一段程序: using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace AboutArrayList{ class Program { static voi... 阅读全文
posted @ 2007-01-23 20:38 Jailu 阅读(2209) 评论(0) 推荐(0)