Gets the element at the specified index.
'Declaration
Public Overloads MustOverride ReadOnly Property Item( _
ByVal As Integer _
) As FieldBase
public abstract FieldBase Item(
int
) {get;}
Parameters
- index
- The zero-based index of the element to get.
Property Value
The element at specified index.