How to convert CIL to a LINQ Expression Tree [closed]

南楼画角 提交于 2019-12-05 01:19:36

问题


  1. Has any work been done on the direct conversion of CIL to LINQ expression trees? This would include class libraries, blogs, books, academic papers, etc.

  2. What are the known mismatches between CIL and LINQ Expression API? I have seen a project that significantly extended the Expression API to support an almost complete mapping between C# and LINQ Expressions. What work arounds would be suggested to accommodate any of these mismatches?

  3. Is there something fundamentally wrong about converting directly from CIL to LINQ Expressions? If so, why?

来源:https://stackoverflow.com/questions/12824201/how-to-convert-cil-to-a-linq-expression-tree

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!