public sealed class CsvWriter<TSource> : IDisposable
Public NotInheritable Class CsvWriter(Of TSource)
Implements IDisposable
generic<typename TSource>
public ref class CsvWriter sealed : IDisposable
[<SealedAttribute>]
type CsvWriter<'TSource> =
class
interface IDisposable
end
CsvWriterTSource(CsvWriter, CsvFromTSource) | Initializes a new CsvWriterTSource instance. |
CsvWriterTSource(CsvWriter, CsvMapping, ActionTSource, Object) | Initializes a new CsvWriterTSource instance. |
Delimiter | Gets the field separator character. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Write | Writes data as a new CSV row. |