M
MarkoH
I want to copy CustomAttributes of a type in assembly (particularly Web
Service method attributes) to a new file which I'm generating through the
use of CodeDOM (particularly CodeAttributeDeclarationCollection). But
MethodInfo.CustomAttributes in System.Reflection and
CodeMemberMethod.CustomAttributes are two completely different properties of
totally different types.
What way can I copy those attributes over to my CodeDOM tree ?
Service method attributes) to a new file which I'm generating through the
use of CodeDOM (particularly CodeAttributeDeclarationCollection). But
MethodInfo.CustomAttributes in System.Reflection and
CodeMemberMethod.CustomAttributes are two completely different properties of
totally different types.
What way can I copy those attributes over to my CodeDOM tree ?