Overload List
Name | Description | |
---|---|---|
![]() | Remove(KeyValuePair<(Of <(T, U>)>)) |
Removes the given item from the dictionary. Returns
false if the remove operation was unsuccessful.
|
![]() | Remove(T) |
Removes item with the given key from the dictionary, if it is present. Returns
false if the remove operation was unsuccessful.
|