MultiRecordEngine Constructor (Type) |
Create a new instance of the MultiRecordEngine
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic MultiRecordEngine(
params Type[] recordTypes
)
Public Sub New (
ParamArray recordTypes As Type()
)
Parameters
- recordTypes
- Type: SystemType
The Types of the records that this engine can handle.
See Also