LazyList<T> Constructor (IEnumerable<T>)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public LazyList(
IEnumerable<T> collection
)
public:
LazyList(
IEnumerable<T>^ collection
)
new :
collection:IEnumerable<'T> -> LazyList
Public Sub New (
collection As IEnumerable(Of T)
)
Parameters
- collection
Type: System.Collections.Generic.IEnumerable<T>
See Also
LazyList<T> Overload
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top