Warum Ilist sowohl von ICollection als auch von IEnumerable implementiert, obwohl ICollection: IEnumerable

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Warum Ilist sowohl von ICollection als auch von IEnumerable implementiert, obwohl ICollection: IEnumerable

by Anonymous » 23 Dec 2024, 11:22

ICollection erbt von IEnumerable (ICollection : IEnumerable),
Warum werden dann wiederum ICollection und IEnumerable beide von IList implementiert (interface IList : ICollection, IEnumerable).

Top