I have taken a look on IList and ICollection on MSDN by chance, and see that the definition of these two interfaces are:
public interface IColl
The documentation is generated that way so you can see what interfaces a type implements without having to follow transitive links through the interface inheritance hierarchy.