Table of Contents

Struct ShouldUseConstructorParametersArgs

Namespace
CsvHelper
Assembly
CsvHelper.dll

ShouldUseConstructorParameters args.

public readonly struct ShouldUseConstructorParametersArgs
Inherited Members

Constructors

ShouldUseConstructorParametersArgs(Type)

Creates a new instance of ShouldUseConstructorParametersArgs.

public ShouldUseConstructorParametersArgs(Type parameterType)

Parameters

parameterType Type

The parameter type.

Fields

ParameterType

The parameter type.

public readonly Type ParameterType

Field Value

Type