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
- Inheritance
-
CsvEnumConverterAttribute<T, TEnum>