LazyDictionary<TKey, TValue> Constructor (IDictionary<TKey, TValue>^, IEqualityComparer<TKey>^)

 

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

public:
LazyDictionary(
	IDictionary<TKey, TValue>^ dictionary,
	IEqualityComparer<TKey>^ comparer
)
Return to top
Show: