Can anyone tell the meaning of AsEnumerable() and when it is used
Gokul001
(Gokul Balaji)
2
Hi @Maneesh_Surya_Kumar
To cast a specific type to its IEnumerable equivalent , Use the AsEnumerable() method. It is an extension method
Refer this Docs for more info
Regards
Gokul
Yoichi
(Yoichi)
3
Hi,
The following post might help you.
Regards,