Click or drag to resize

FileHelperAsyncEngine Constructor (Type, Encoding)

Initializes a new instance of the FileHelperAsyncEngine class with the specified type of records.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FileHelperAsyncEngine(
	Type recordType,
	Encoding encoding
)

Parameters

recordType
Type: SystemType
Type of object to be handled.
encoding
Type: System.TextEncoding
The encoding used by the Engine.
See Also