Gets the data values at the specified index. If the index exceeds the maximum allowed value, null will be returned.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Object
public object this[
int
]; {get;}
Parameters
- index
- The index of the item.
See Also