Share via


LazyDictionary<TKey, TValue>.TryGetValue Method (TKey, TValue)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

Implements

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

See Also

LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top