Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- index
- A zero-based integer specifying the index in the collection to get or set.
Property Value
A String value which represents the element at the given index.This method implements a standard collection operation. It is the principle method you will use to read elements in the collection. You can read any element in the collection with this method.