Is there a way to take a reference to a System.Reflection.MethodInfo
and convert it directly to a MethodDefinition?

The reason I ask is because I want to convert a lambda expression to a
method definition I can get the MethodInfo by casting the lambda
expression to a Delegate and using the Method property.

Thanks

-- 
--
mono-cecil

Reply via email to