Método LazyDictionary<TKey, TValue>.TryGetValue (TKey, TValue)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
- key
Type: TKey
- value
Type: TValue
Valor de retorno
Type: System.Boolean
Implementações
IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)
Consulte também
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo