Public Overloads Sub ClassListToCsvFile(Of T As Class)( _ ByVal list As IEnumerable(Of T), _ ByVal filePath As String _ )
Dim instance As CsvWriter Dim list As IEnumerable(Of T) Dim filePath As String instance.ClassListToCsvFile(Of T)(list, filePath)
public void ClassListToCsvFile<T>( IEnumerable<T> list, string filePath ) where T: class
public: void ClassListToCsvFilegeneric<typename T> ( IEnumerable<T^>^ list, String^ filePath ) where T: ref class
Parameters
- list
- A list of objects
- filePath
- The fully qualified path
Type Parameters
- T
- The type for the class