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
2010-09-01 14:57:08
tough to answer a yes/no question with +15 characters.
rockinthesixstring
2010-09-01 14:57:42
Well, it was Reflector that made me wonder if it was possible.
C. Lawrence Wenham
2010-09-01 15:05:00
@Chris: If you rewrite Reflector, yes.
SLaks
2010-09-01 15:07:21