Initializes a new instance of the FileHelperEngine class with the specified type of records.
[Visual Basic]
Overloads Public Sub New( _
ByVal
recordType As
Type, _
ByVal
encoding As
Encoding _
)
[C#]
public FileHelperEngine(
Type recordType,
Encoding encoding);
Parameters
-
recordType
- The record mapping class.
-
encoding
- The Encoding used by the engine.
See Also
FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine Constructor Overload List
Powered by: