5e9910f6 bd28 9838 4d8a 1a01653ce574 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvImporter(TInstance).Construct Method

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

Syntax

C#

private static TInstance Construct()

Return Value

Type: TInstance
An instance of type TInstance.

Exceptions

 

Exception Condition
InvalidOperationException This exception is thrown in case of an error.

Remarks

Class construction takes place by calling the standard constructor. Therefore, it is required that any class of type TInstance has a parameterless constructor.

See Also

Reference

CsvImporter(TInstance) Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️