5e9910f6 bd28 9838 4d8a 1a01653ce574 - akesseler/Plexdata.CsvParser GitHub Wiki
This method constructs an instance of type TInstance by calling its standard constructors.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private static TInstance Construct()
Type: TInstance
An instance of type TInstance.
Exception | Condition |
---|---|
InvalidOperationException | This exception is thrown in case of an error. |
Class construction takes place by calling the standard constructor. Therefore, it is required that any class of type TInstance has a parameterless constructor.
CsvImporter(TInstance) Class
Plexdata.CsvParser.Processors Namespace