Table of Contents

Class CsvConfigurationAttribute

Namespace
FlameCsv.Attributes
Assembly
FlameCsv.Core.dll

Base class for attributes that can be used to configure a specific type.
When placed on an assembly, TargetType must be set.

public abstract class CsvConfigurationAttribute : Attribute
Inheritance
CsvConfigurationAttribute
Derived

Properties

TargetType

Type targeted by the attribute. Used only when the attribute is applied to an assembly.

public Type TargetType { get; init; }

Property Value

Type

Remarks

Must be set if this attribute is placed on an assembly.

Exceptions

ArgumentNullException

Thrown if the value is null