FileHelperAsyncEngine Constructor (Type) |
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
Syntaxpublic FileHelperAsyncEngine(
Type recordType
)
Public Sub New (
recordType As Type
)
Parameters
- recordType
- Type: SystemType
Type of object to be handled.
See Also