Hey, On Tue, Dec 14, 2010 at 12:00 AM, Greg Young <[email protected]> wrote: > Its being returned as an IMethodSignature I need to get back to the original > definition.
Then safe cast it? As far as Cecil is concerned, the .Method of the MethodReturnType could be a MethodReference, a FunctionPointerType, a CallSite, or a MethodDefinition, depending on which instantiated the MRT. Jb -- -- mono-cecil
