Table of Contents

Struct GetConstructorArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

GetConstructor args.

public readonly struct GetConstructorArgs
Inherited Members

Constructors

GetConstructorArgs(Type)

Creates a new instance of GetConstructorArgs.

public GetConstructorArgs(Type classType)

Parameters

classType Type

The class type.

Fields

ClassType

The class type.

public readonly Type ClassType

Field Value

Type