Use a foreach loop within a foreach loop in a linq query

后端 未结 0 1429
抹茶落季
抹茶落季 2021-01-23 03:23

I am wondering on how to do the following. I have the Linq query:

Items items.Where(i => i.GetType() == typeof(SubItem))
                .Cast()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题