CodeDom adding attributes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ravi

    CodeDom adding attributes

    Hi,
    I managed to add attributes to method using codedom. But it is getting
    added as [WebMethod()] instead of [WebMethod] how to remove the "()".
    I am using CodeAttributeDe clarationCollec tion.
    Thanks,
    Ravi


Working...