ObservableDictionaryTKey, TValueTryGetValue Method |
TryGetValue(TKey, TValue)
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 TryGetValue(
TKey key,
out TValue value
)
Public Function TryGetValue (
key As TKey,
<OutAttribute> ByRef value As TValue
) As Boolean
public:
virtual bool TryGetValue(
TKey key,
[OutAttribute] TValue% value
) sealed
abstract TryGetValue :
key : 'TKey *
value : 'TValue byref -> bool
override TryGetValue :
key : 'TKey *
value : 'TValue byref -> bool
Parameters
- key
- Type: TKey
Documentation in progress... - value
- Type: TValue
Documentation in progress...
Return Value
Type:
Boolean Documentation in progress...
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)See Also