EnumConverter(Type) Constructor
Creates a new EnumConverter for the given Enum System.Type.
Namespace
CsvHelper.TypeConversion
Containing Type
EnumConverter

Syntax

public EnumConverter(Type type)

Parameters

Name Type Description
type Type The type of the Enum.