Adds the members from the mapping. This will recursively
traverse the mapping tree and add all members for
reference maps.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual void AddMembers(ClassMap mapping)
Parameters
Name | Type | Description |
---|---|---|
mapping | ClassMap | The mapping where the members are added from. |