Gets the
Entry at a specified position in the list.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Entry
public Entry this[
int
]; {get;}
Parameters
- index
- Specifies the required Entry object using an integer value between 0 and the Count - 1.
Property Value
Returns a reference to the chosen
Entry object