LazyDictionary<TKey, TValue> (Constructor) (Int32)
Espacio de nombres: Microsoft.WindowsAzure.Common.Internals
Ensamblado: Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)
Sintaxis
public LazyDictionary(
int capacity
)
public:
LazyDictionary(
int capacity
)
new :
capacity:int -> LazyDictionary
Public Sub New (
capacity As Integer
)
Parámetros
- capacity
Type: System.Int32
Vea también
LazyDictionary<TKey, TValue> Sobrecarga
LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)
Volver al principio