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