Remove Method (BaseKeyCollection)
Removes the element with the specified key from the
BaseKeyCollection.
public virtual void Remove(
string
)
'Declaration
Public Overridable Sub Remove( _
ByVal As String _
)
'Usage
Dim instance As BaseKeyCollection
Dim key As String
instance.Remove(key)
Parameters
- key
- The key of the element to remove.