What instantiate-able types implementing IQueryable are available in .Net 4.0?

前端 未结 3 1167
栀梦
栀梦 2020-12-18 17:29

Within the context of C# on .Net 4.0, are there any built-in objects that implement IQueryable?

3条回答
  •  自闭症患者
    2020-12-18 18:14

    Well, your question is kinda weird... but I believe that if you look at an interface in Reflector, it will give you a list of implementers in the loaded assemblies.

    As a disclaimer I have not used Reflector since it went pay-for-play so I might be wrong.

提交回复
热议问题