MemoryCacheList<TKey, TValue>.TryGetValue (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

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

Parámetros

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

MemoryCacheList<TKey, TValue> Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)