Reflection.Emit [return: XmlElement("out", IsNullable=true)]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cfatulescu
    New Member
    • Aug 2006
    • 1

    Reflection.Emit [return: XmlElement("out", IsNullable=true)]

    Hello,

    i'm trying to reproduce a method using Reflection.Emit , everything is going well except one small thing, without all my job is done for nothing.

    [return: XmlElement("out ", IsNullable=true )]

    I can not reproduce the keyword "return" and to set it to an attribute by using Reflection.Emit .

    Help!!!, pls

    Thank you
Working...