Auto maps the given map and checks for circular references as it goes.
- Namespace
- CsvHelper
.Configuration - Containing Type
- ClassMap
Syntax
protected virtual void AutoMapMembers(ClassMap map, CsvContext context, LinkedList<Type> mapParents, int indexStart = 0)
Parameters
Name | Type | Description |
---|---|---|
map | ClassMap | The map to auto map. |
context | CsvContext | The context. |
mapParents | LinkedList |
The list of parents for the map. |
indexStart | int | The index starting point. |