Why would anyone use IEnumerable
? What's missing in the List<>
?
If every list implement the IEnumerable
, so why would you want to implement it by yourself?
Can you give me a real life example?
Why would anyone use IEnumerable
? What's missing in the List<>
?
If every list implement the IEnumerable
, so why would you want to implement it by yourself?
Can you give me a real life example?