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

Definizione

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

Parametri

key
TKey
value
TValue

Valori restituiti

Si applica a