| FlatReader(StreamReader, Type) Constructor |
Note: This API is now obsolete.
Initializes a new instance of the
FlatReader class.
Can be used only with a single instance of a message in the file.
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax [ObsoleteAttribute("This constructor is deprecated, use a constructor with FlatReaderSettings instead.")]
public FlatReader(
StreamReader streamReader,
Type templateType
)
<ObsoleteAttribute("This constructor is deprecated, use a constructor with FlatReaderSettings instead.")>
Public Sub New (
streamReader As StreamReader,
templateType As Type
)
Parameters
- streamReader StreamReader
- The flat file stream reader.
- templateType Type
- The flat file template type.
See Also