Compartir a través de


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

 

Espacio de nombres:   Microsoft.WindowsAzure.Common.Internals
Ensamblado:  Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Sintaxis

public bool TryGetValue(
    TKey key,
    out TValue value
)
public:
virtual bool TryGetValue(
    TKey key,
    [OutAttribute] TValue% value
) sealed
abstract TryGetValue : 
        key:'TKey *
        value:'TValue byref -> bool
override TryGetValue : 
        key:'TKey *
        value:'TValue byref -> bool
Public Function TryGetValue (
    key As TKey,
    <OutAttribute> ByRef value As TValue
) As Boolean

Parámetros

Valor devuelto

Type: System.Boolean

Implementaciones

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)

Vea también

LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)

Volver al principio