Given an index, returns an element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As String |
[C#] |
---|
public string this[ int index ] {get;} |
[Managed C++] |
---|
public: __property String __gc ^^ get_Item( int index ); |
[Java] |
---|
public String getItem( int index ); |
- index