Gets the file name at the specified index (0-based).
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As |
[C#] |
---|
public string this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property String __gc ^^ get_Item( int Index ); |
[Java] |
---|
public String getItem( int Index ); |
- Index