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 FileHelperAsyncEngine(
Type recordType,
Encoding encoding);
Parameters
-
recordType
- The record mapping class.
-
encoding
- The encoding used by the Engine.
See Also
FileHelperAsyncEngine Class | FileHelpers Namespace | FileHelperAsyncEngine Constructor Overload List
Powered by: