Sdílet prostřednictvím


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

Definition

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

Parameters

key
TKey
value
TValue

Returns

Applies to