Table of Contents

Class TabularConverterAttribute<T>

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<T> : Attribute where T : class

Type Parameters

T

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

Inheritance
TabularConverterAttribute<T>

Constructors

TabularConverterAttribute()

Initializes a new instance of the TabularConverterAttribute<T> class.

public TabularConverterAttribute()