ObservableDictionaryTKey, TValueRemove Method (TKey) |
Removes a certain item from the dictionary.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
abstract Remove :
key : 'TKey -> bool
override Remove :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Key of the item to remove.
Return Value
Type:
Boolean True if the item has been found and removed successfully.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also