ReadOnlyDictionary45<TKey,TValue>.TryGetValue(TKey, TValue) Method

Definition

public bool TryGetValue (TKey key, out TValue value);
abstract member TryGetValue : 'Key * 'Value -> bool
override this.TryGetValue : 'Key * 'Value -> bool
Public Function TryGetValue (key As TKey, ByRef value As TValue) As Boolean

Parameters

key
TKey
value
TValue

Returns

Implements

Applies to