LazyList Constructor (IEnumerable)
Initializes a new instance of the LazyList Class.Initializes a new instance of the LazyList Class.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim collection As IEnumerable(Of T)
Dim instance As New LazyList(Of T)(collection)
Syntax
'Declaration
Public Sub New ( _
collection As IEnumerable(Of T) _
)
public LazyList (
IEnumerable<T> collection
)
public:
LazyList (
IEnumerable<T>^ collection
)
public LazyList (
IEnumerable<T> collection
)
public function LazyList (
collection : IEnumerable<T>
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
LazyList Class
LazyList Members
Microsoft.WindowsAzure.Common.Internals Namespace