public string Item[ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As String
public: property String^ Item[int index] { String^ get (int index); }