我的linq查询返回一个集合IEnumerable<object>.
IEnumerable<object>
如何将其转换为强类型的集合对象ConcurrentBag<object>?
ConcurrentBag<object>
c# c#-4.0
c# ×1
c#-4.0 ×1