Click or drag to resize

MultiRecordEngine Constructor (Type)

Create a new instance of the MultiRecordEngine

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

Parameters

recordTypes
Type: SystemType
The Types of the records that this engine can handle.
See Also