Click or drag to resize

ObservableDictionaryTKey, TValueItem Property

Finds the value matching with a given key.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
Key of the item to find.

Return Value

Type: TValue
Value of the item to find.

Implements

IDictionaryTKey, TValueItemTKey
See Also