C#学习小记9包装类以封装预定义类集群
摘要:
using System; using System.Collections; public class Student { public string a="89"; } public class EnrollmentCollection { private ArrayList students; public EnrollmentCollection() { ... 阅读全文
posted @ 2008-08-06 13:27 yatasoft 阅读(281) 评论(0) 推荐(0)
浙公网安备 33010602011771号