继承是C#中的传递关系吗?
我问,因为我不明白为什么IList<T>器具ICollection<T>和IEnumerable<T>作为ICollection<T>已经实现IEnumerable<T>
IList<T>
ICollection<T>
IEnumerable<T>
谢谢你为我澄清这一点.
c# multiple-inheritance
c# ×1
multiple-inheritance ×1