Compartir a través de


LazyList<T> (Constructor) (Int32)

 

Espacio de nombres:   Microsoft.WindowsAzure.Common.Internals
Ensamblado:  Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Sintaxis

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

Parámetros

Vea también

LazyList<T> Sobrecarga
LazyList<T> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)

Volver al principio