LazyList<T> Constructor (IEnumerable<T>^)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
LazyList(
	IEnumerable<T>^ collection
)

Parameters

collection
Type: System.Collections.Generic::IEnumerable<T>^

Return to top
Show: