[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.ToLazyItemCollection

ToLazyItemCollection Method

ToLazyItemCollection<T>(IEnumerable<T>)

Returns lazy memoizable item collection for specified sequence.

Declaration
public static IItemCollection<T> ToLazyItemCollection<T>(this IEnumerable<T> source)
Parameters
Type Name Description
IEnumerable<T> source

The sequence to memoize.

Returns
Type Description
IItemCollection<T>
Type Parameters
Name Description
T

The items type.