How can I convert IEnumerable to List in C#?

前端 未结 5 1814
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 07:14

I am using LINQ to query a generic dictionary and then use the result as the datasource for my ListView (WebForms).

Simplified code:

Dictionary

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