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; }
Public Default Property Item (
key As TKey
) As TValue
Get
Set
public:
virtual property TValue default[TKey key] {
TValue get (TKey key) sealed;
void set (TKey key, TValue value) sealed;
}
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- key
- Type: TKey
Key of the item to find.
Return Value
Type:
TValue Value of the item to find.
Implements
IDictionaryTKey, TValueItemTKeySee Also