Creates an instance of
MemberMap
using the given Type and MemberInfo
.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMap
Syntax
public static MemberMap CreateGeneric(Type classType, MemberInfo member)
Parameters
Name | Type | Description |
---|---|---|
classType | Type | Type of the class the member being mapped belongs to. |
member | MemberInfo | The member being mapped. |
Return Value
Type | Description |
---|---|
MemberMap |