Compartilhar via


Construtor LazyDictionary<TKey, TValue> (Int32)

 

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

Sintaxe

public LazyDictionary(
    int capacity
)
public:
LazyDictionary(
    int capacity
)
new : 
        capacity:int -> LazyDictionary
Public Sub New (
    capacity As Integer
)

Parâmetros

Consulte também

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

Retornar ao topo