I need to get the body of a delegate callback in my code and I can't
get it working.

My sample code:

   SPSecurity.RunWithElevatedPrivileges(delegate()
   {
       File.Delete("test.xml");
   });

I need to get the body of the delegate method (here the
'File.Delete...').

Can anybody help me?
Thanks!

Torsten

-- 
--
mono-cecil

Reply via email to