Hi
My goal is to generate code from information provided by cecil.
I plan to use an implementation of  
ICodeGenerator<http://msdn.microsoft.com/en-us/library/system.codedom.compiler.icodegenerator.aspx>
 interface 
from the System.dll
*
*
*Question:*
Is there a an easy way to convert from Mono.Cecil.TypeDefinition to 
System.CodeDom.CodeTypeDeclaration<http://msdn.microsoft.com/en-us/library/system.codedom.codetypedeclaration.aspx>
 ?

-- 
--
mono-cecil

Reply via email to