This documentation is archived and is not being maintained.
LazyDictionary(Of TKey, TValue) Constructor
Namespace:
Microsoft.WindowsAzure.Common.InternalsAssembly:
Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description |
|---|
 | LazyDictionary(Of TKey, TValue)() | |
 | LazyDictionary(Of TKey, TValue)(IDictionary(Of TKey, TValue)) | |
 | LazyDictionary(Of TKey, TValue)(IDictionary(Of TKey, TValue), IEqualityComparer(Of TKey)) | |
 | LazyDictionary(Of TKey, TValue)(IEqualityComparer(Of TKey)) | |
 | LazyDictionary(Of TKey, TValue)(Int32) | |
 | LazyDictionary(Of TKey, TValue)(Int32, IEqualityComparer(Of TKey)) | |
Return to top