Condividi tramite


Metodo MemoryCacheList<TKey, TValue>.TryGetValue

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Sintassi

'Dichiarazione
Public Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef value As TValue _
) As Boolean
public bool TryGetValue(
    TKey key,
    out TValue value
)

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

MemoryCacheList<TKey, TValue> Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Common