'Declaration
Public ReadOnly Property Attributes As XmlAttribute()
'Usage
Dim instance As XmlAttributeArraysHelper Dim value() As XmlAttribute value = instance.Attributes
public XmlAttribute[] Attributes {get;}
public read-only property Attributes: array of XmlAttribute;
public function get Attributes : XmlAttribute[]
public: __property XmlAttribute*[]* get_Attributes();
public: property array<XmlAttribute^>^ Attributes { array<XmlAttribute^>^ get(); }