What Is The Purpose Of Enumerable Class In .net?

user image

Muskan Anand

2 years ago

It contains various extension methods like Where(), OrderBy() etc. for the IList classes. Inorder to get access for those methods, simply we have to include the System.Linq namespace.

Recent Doubts

Close [x]