Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- index
- The zero-based index of the element to get or set.
Property Value
The element at the specified index.Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |