'Declaration Public Overloads Shared Function ToLazyItemCollection(Of T)( _ ByVal source As IList(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToLazyItemCollection<T>( IList<T> source )
Parameters
- source
- The sequence to memoize.
Type Parameters
- T
- The items type.