'Declaration Public Overloads Shared Function ToItemCollection(Of T)( _ ByVal list As IList(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToItemCollection<T>( IList<T> list )
Parameters
- list
- The list.
Type Parameters
- T
- The items type.