Search code examples
.net-4.0linq-expressions

Convert MethodBody to Expression Tree


Is there a way to convert a MethodBody (or other Reflection technique) into a System.Linq.Expressions.Expression tree?


Solution

  • No, there isn't.

    You're basically asking for a somewhat simpler version of Reflector.