LazyList<T> Constructor (Int32)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public LazyList(
int capacity
)
public:
LazyList(
int capacity
)
new :
capacity:int -> LazyList
Public Sub New (
capacity As Integer
)
Parameters
- capacity
Type: System.Int32
See Also
LazyList<T> Overload
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top