Table of Contents

Enum MemberTypes

Namespace
CsvHelper.Configuration
Assembly
CsvHelper.dll

Flags for the type of members that can be used for auto mapping.

[Flags]
public enum MemberTypes

Fields

Fields = 2

Fields on a class.

None = 0

No members. This is not a valid value and will cause an exception if used.

Properties = 1

Properties on a class.