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;}
[System.Xml.Serialization.XmlAttributeAttribute()]
public string in {get; set;}
But it shoud be like that:
[System.Xml.Serialization.XmlAttributeAttribute()]
public string @in {get; set;}