ObservableDictionaryTKey, TValueRemove Method (KeyValuePairTKey, TValue) |
Removes a given 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(
KeyValuePair<TKey, TValue> item
)
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
abstract Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
override Remove :
item : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Item to remove.
Return Value
Type:
Boolean True if the item has been found and removed successfully.
Implements
ICollectionTRemove(T)See Also