ICollection

IEnumerable<T>
  ICollection<T>
    IDictionary<TKey, TValue>(key/value pairs)
    IList<T>(index)

原文地址:https://www.cnblogs.com/zenple/p/9232425.html