FileHelperEngine Constructor (Type) |
Initializes a new instance of the FileHelperEngine class with the specified type of records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FileHelperEngine(
Type recordType
)
Public Sub New (
recordType As Type
)
Parameters
- recordType
- Type: SystemType
[Missing <param name="recordType"/> documentation for "M:FileHelpers.FileHelperEngine.#ctor(System.Type)"]
See Also