Как преобразовать CIL в дерево выражений LINQ [закрыто]

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.

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?

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

Ответы на вопрос(0)

Ваш ответ на вопрос