Click or drag to resize

MultiRecordEngine Constructor (RecordTypeSelector, Type)

Create a new instance of the MultiRecordEngine

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public MultiRecordEngine(
	RecordTypeSelector recordSelector,
	params Type[] recordTypes
)

Parameters

recordSelector
Type: FileHelpersRecordTypeSelector
Used only in read operations. The selector indicates to the engine what Type to use in each read line.
recordTypes
Type: SystemType
The Types of the records that this engine can handle.
See Also