why List uses explicit interface methopd implementation to implement non-generic interface methods

后端 未结 0 1571
说谎
说谎 2021-02-20 06:32
// Some interface method signature

public interface IList : ICollection {
   ...
   bool Contains(Object value);
   ...
}

public interface IList : ICollection         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题