GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class > ToItemCollection Method : ToItemCollection<T>(IList<T>) Method |
'Declaration Public Overloads Shared Function ToItemCollection(Of T)( _ ByVal list As System.Collections.Generic.IList(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToItemCollection<T>( System.Collections.Generic.IList<T> list )