Compartilhar via


Construtor LazyDictionary<TKey, TValue> (Int32, IEqualityComparer<TKey>)

 

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

Sintaxe

public LazyDictionary(
    int capacity,
    IEqualityComparer<TKey> comparer
)
public:
LazyDictionary(
    int capacity,
    IEqualityComparer<TKey>^ comparer
)
new : 
        capacity:int *
        comparer:IEqualityComparer<'TKey> -> LazyDictionary
Public Sub New (
    capacity As Integer,
    comparer As IEqualityComparer(Of TKey)
)

Parâmetros

Consulte também

LazyDictionary<TKey, TValue> Sobrecarga
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo