2011年6月24日

抽象类/实类继承接口后,是否必须全部实现接口的方法?(求高手解答)

摘要: 以下是IList接口代码// from module 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll'public interface System.Collections.IList :System.Collections.ICollection, System.Collections.IEnumerable{ // Properties bool IsFixedSize { get; } bool IsReadOnly { get; } object this[ int index ] { get; se 阅读全文

posted @ 2011-06-24 19:59 青草随缘 阅读(2000) 评论(1) 推荐(0)

导航