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