On Fri, Jun 18, 2010 at 4:01 PM, david khan <[email protected]> wrote: > Many thanks for reply, Sorry can you explain about > "FirstOrDefault" , i got error monocecil does not contain a definition > for "FirstOrDefault" , i use library from "http://anonsvn.mono- > project.com/source/trunk/mcs/class/Mono.Cecil/" or is there any > different build.
I just gave you a link to the repository for Cecil 0.9: http://github.com/jbevain/cecil As for FirstOrDefault, it's a LINQ method: http://msdn.microsoft.com/en-us/library/system.linq.enumerable.firstordefault.aspx It requires .net 3.5 though. -- Jb Evain <[email protected]> -- -- mono-cecil
