'Declaration Public Function New( _ ByVal dataSource As IEnumerable _ )
'Usage Dim dataSource As IEnumerable Dim instance As New ListDataSourceProvider(dataSource)
public ListDataSourceProvider( IEnumerable dataSource )
Parameters
- dataSource
- An IEnumerable representing the data source to wrap.