Construtor LazyList<T>(Int32)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public LazyList(
int capacity
)
public:
LazyList(
int capacity
)
new :
capacity:int -> LazyList
Public Sub New (
capacity As Integer
)
Parâmetros
- capacity
Type: System.Int32
Consulte também
LazyList<T> Sobrecarga
Classe LazyList<T>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo