Click or drag to resize

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
)

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