What is the reason for defining multiple identical interfaces on an inheritance system in .NET?

the definition of non-generic IList interface in the official .NET documentation is:

public interface IList : ICollection

there are a lot of phenomena like repeatedly inheriting the same interface in .NET Framework BCL, so why design it this way? What kind of thinking is it based on?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b301-2ba5a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b301-2ba5a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?