What's the return type of a LINQ query?

后端 未结 5 596
轻奢々
轻奢々 2021-02-11 22:20

Is it IEnumerable. As far as I know, the reference always points to a class instance. What instance type does the LINQ query really point to?

5条回答
提交回复
热议问题