Quantcast
Channel: xsd2Code community edition .net class generator from XSD schema
Viewing all articles
Browse latest Browse all 543

Created Issue: Keywords as attribute names [15438]

$
0
0
I have an attribute named "in" (i can't change that) and in generated code I get:

[System.Xml.Serialization.XmlAttributeAttribute()]
public string in {get; set;}

But it shoud be like that:

[System.Xml.Serialization.XmlAttributeAttribute()]
public string @in {get; set;}

Viewing all articles
Browse latest Browse all 543

Trending Articles