W
wesley
Hello,
I want to do the followling:
[XmlIgnoreAttribute]
[NonSerialized]
public string Id
{
get { return id; }
set { id = value; }
}
But the compiler won't let me have more than 1 attribute there. How do I
apply both attribute in my fields?
Thanks,
wes
I want to do the followling:
[XmlIgnoreAttribute]
[NonSerialized]
public string Id
{
get { return id; }
set { id = value; }
}
But the compiler won't let me have more than 1 attribute there. How do I
apply both attribute in my fields?
Thanks,
wes