LazyDictionary(Of TKey, TValue) Constructor (IDictionary(Of TKey, TValue))

 

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

Public Sub New (
	dictionary As IDictionary(Of TKey, TValue)
)

Parameters

dictionary
Type: System.Collections.Generic.IDictionary(Of TKey, TValue)

Return to top
Show: