LazyDictionary(Of TKey, TValue) Class

 

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

System.Object
  Microsoft.WindowsAzure.Common.Internals.LazyDictionary(Of TKey, TValue)

Public Class LazyDictionary(Of TKey, TValue)
	Implements IDictionary(Of TKey, TValue), ICollection(Of KeyValuePair(Of TKey, TValue)),
	IEnumerable(Of KeyValuePair(Of TKey, TValue)), IEnumerable, ILazyCollection

Type Parameters

TKey

TValue

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: