'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.