Table of Contents

Class TabularConverterAttribute

Namespace
Addax.Formats.Tabular
Assembly
Addax.Formats.Tabular.dll

Specifies the type of a tabular value converter. This class cannot be inherited.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class TabularConverterAttribute : Attribute
Inheritance
TabularConverterAttribute

Constructors

TabularConverterAttribute(Type)

Initializes a new instance of the TabularConverterAttribute class with the specified converter type.

public TabularConverterAttribute(Type converterType)

Parameters

converterType Type

The type of the converter. Must be derived from the TabularConverter<T> class and have an accessible parameterless constructor.