快忘记了的C#索引器
摘要:
//索引器类 class MyArrayList { object[] MyOBJ; //1.定义object类型的数组 int i = 0; public MyArrayList(int i) //2.规定数组长度 { MyOBJ = new o... 阅读全文
posted @ 2008-10-22 00:02 VictorShan 阅读(170) 评论(0) 推荐(0)
posted @ 2008-10-22 00:02 VictorShan 阅读(170) 评论(0) 推荐(0)