RemoveAt Method (BaseKeyCollection)
Removes the element at the specified index of the
BaseKeyCollection.
public virtual void RemoveAt(
int
)
'Declaration
Public Overridable Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As BaseKeyCollection
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- The zero-based index of the element to remove.