MemberTypes Enum
Flags for the type of members that can be used for auto mapping.
Namespace
CsvHelper.Configuration
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["MemberTypes"] class Type type-node

Syntax

[Flags]
public enum MemberTypes

Attributes

Type Description
FlagsAttribute

Fields

Name Field Type Constant Value Summary
Fields MemberTypes 2
Fields on a class.
static
None MemberTypes 0
No members. This is not a valid value and will cause an exception if used.
static
Properties MemberTypes 1
Properties on a class.
static