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 = 2Fields on a class.
None = 0No members. This is not a valid value and will cause an exception if used.
Properties = 1Properties on a class.