Gets the element at the specified index.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As Field
public Field Item(
int
) {get;}
Parameters
- index
- The index in the current collection.
Property Value
The element at the specified index.