LazyDictionary(Of TKey, TValue).TryGetValue Method (TKey, TValue)

 

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

Public Function TryGetValue (
	key As TKey,
	<OutAttribute> ByRef value As TValue
) As Boolean

Parameters

key
Type: TKey

value
Type: TValue

Return Value

Type: System.Boolean

Return to top
Show: