views:

19

answers:

1

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

A: 

No, there isn't.

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

SLaks
tough to answer a yes/no question with +15 characters.
rockinthesixstring
Well, it was Reflector that made me wonder if it was possible.
C. Lawrence Wenham
@Chris: If you rewrite Reflector, yes.
SLaks