1.

What Is The Purpose Of Enumerable Class In .net?

Answer»

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.

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.



Discussion

No Comment Found