LazyDictionary(Of TKey, TValue) Constructor (Int32, IEqualityComparer(Of TKey))

 

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

Public Sub New (
	capacity As Integer,
	comparer As IEqualityComparer(Of TKey)
)

Parameters

capacity
Type: System.Int32

comparer
Type: System.Collections.Generic.IEqualityComparer(Of TKey)

Return to top
Show: