Selerix Developer Tools
SmartList<T> Constructor(IEnumerable<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class > SmartList<T> Constructor : SmartList<T> Constructor(IEnumerable<T>)
The collection.
Initializes a new instance of the SmartList<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of T) _
)
'Usage
 
Dim collection As IEnumerable(Of T)
 
Dim instance As New SmartList(Of T)(collection)
public SmartList<T>( 
   IEnumerable<T> collection
)
public SmartList<T>( 
    collection: IEnumerable
); 
public function SmartList<T>( 
   collection : IEnumerable
);
public: SmartList<T>( 
   IEnumerable<T*>* collection
)
public:
SmartList<T>( 
   IEnumerable<T^>^ collection
)

Parameters

collection
The collection.
See Also

Reference

SmartList<T> Class
SmartList<T> Members
Overload List