ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ItemCollectionExtensions Class / ToLazyItemCollection<T> Method
The items type.
The sequence to memoize.

In This Topic
    ToLazyItemCollection<T> Method
    In This Topic
    Returns lazy memoizable item collection for specified sequence.
    Syntax
    'Declaration
     
    Public Shared Function ToLazyItemCollection(Of T)( _
       ByVal source As IEnumerable(Of T) _
    ) As IItemCollection(Of T)
    public static IItemCollection<T> ToLazyItemCollection<T>( 
       IEnumerable<T> source
    )

    Parameters

    source
    The sequence to memoize.

    Type Parameters

    T
    The items type.
    See Also