[This is preliminary documentation and is subject to change.]
public Attribute this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As Attribute
public: property Attribute^ default[int index] { Attribute^ get (int index); void set (int index, Attribute^ value); }