Редагувати

Поділитися через


FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.TryGetValue Method

Definition

public:
 bool TryGetValue(TAlternateKey key, [Runtime::InteropServices::Out] TValue % value);
public bool TryGetValue (TAlternateKey key, out TValue value);
member this.TryGetValue : 'AlternateKey * 'Value -> bool
Public Function TryGetValue (key As TAlternateKey, ByRef value As TValue) As Boolean

Parameters

key
TAlternateKey
value
TValue

Returns

Applies to