Click or drag to resize

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
)

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