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