可以从基类派生自己的集合(例:system.collections),强类型化集合对项的访问需使用索引符。
System.Collections.CollectionCase类有接口IEnumerable、ICollection、IList,
接口IList的Clear() /RemoveAt()方法、接口ICollection的Count属性,此3项不可重写。
可以从基类派生自己的集合(例:system.collections),强类型化集合对项的访问需使用索引符。
System.Collections.CollectionCase类有接口IEnumerable、ICollection、IList,
接口IList的Clear() /RemoveAt()方法、接口ICollection的Count属性,此3项不可重写。