Public Overloads Sub AppendToCsvFile(Of T As Class)( _ ByVal objectValue As T, _ ByVal filePath As String _ )
Dim instance As CsvWriter Dim objectValue As T Dim filePath As String instance.AppendToCsvFile(Of T)(objectValue, filePath)
public void AppendToCsvFile<T>( T objectValue, string filePath ) where T: class
public: void AppendToCsvFilegeneric<typename T> ( T^ objectValue, String^ filePath ) where T: ref class
Parameters
- objectValue
- The value to output
- filePath
- The path to the output file
Type Parameters
- T
- The type of the class