Public Property Item( _ ByVal nIndex As Integer _ ) As String
public string this[ int nIndex ] {get;}
public: __property String __gc ^^ get_Item( int nIndex );
public: HRESULT get_Item( long nIndex, BSTR* pBSTR );
public String getItem( int nIndex );
@property def Item(self) -> str: