[XmlAttributeAttribute]
public double y { get; set; }
<XmlAttributeAttribute>
Public Property y As Double
Get
Set
public:
[XmlAttributeAttribute]
property double y {
double get ();
void set (double value);
}
[<XmlAttributeAttribute>]
member y : float with get, set