Remove(KeyType) Method
Removes the element with the specified key from the Dictionary
Syntax
public System.bool Remove(
KeyType key
)Public Overloads Function Remove( _
ByVal key As KeyType _
) As System.BooleanParameters
| Name | Description |
|---|---|
| key | The key of the element to remove. |
Return Value
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original Dictionary