Gets or sets the element at the specified index.
'Declaration
Protected Overloads Property Item( _
ByVal As Integer _
) As Object
'Usage
Dim instance As BaseKeyCollection
Dim index As Integer
Dim value As Object
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
Property Value
The
System.Int32 value that indicates the index of the specified element.