Hi, On Jan 9, 2012, at 9:01 PM, Michael Pavlovsky wrote: > Question: > Is there a an easy way to convert from Mono.Cecil.TypeDefinition to > System.CodeDom.CodeTypeDeclaration ?
Not that I know of, you're going to have to implement this yourself. What I would do is to use ILSpy's ICSharpCode.Decompiler to write a NRefactory -> CodeDom visitor. Jb -- -- mono-cecil
