IFileWriter..::..Write<(Of <(<'T>)>)> Method (String, IEnumerable<(Of <(<'T>)>)>, Boolean)
Namespace:
SimpleEssentials.IO.Writers
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
void Write<T>( string filePath, IEnumerable<T> obj, bool append )
Sub Write(Of T) ( _ filePath As String, _ obj As IEnumerable(Of T), _ append As Boolean _ )
generic<typename T> void Write( String^ filePath, IEnumerable<T>^ obj, bool^ append )
Type Parameters
- T