Table of Contents

Class CsvEnumConverterAttribute<T, TEnum>

Namespace
FlameCsv.Attributes
Assembly
FlameCsv.Core.dll

Generates a type converter for the enum type when placed on a partial class.

[AttributeUsage(AttributeTargets.Class)]
public class CsvEnumConverterAttribute<T, TEnum> : Attribute where T : unmanaged, IBinaryInteger<T> where TEnum : struct, Enum

Type Parameters

T

Token type (char or byte)

TEnum

Enum type

Inheritance
CsvEnumConverterAttribute<T, TEnum>