ActiveReports 9
ToItemCollection<T>(IList<T>) Method

The items type.
The list.
Wraps the list to item collection.
Syntax
'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
)

Parameters

list
The list.

Type Parameters

T
The items type.
See Also

Reference

ItemCollectionExtensions Class
ItemCollectionExtensions Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum