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