Initializes a new instance of the
MemberMapCollection
class.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public MemberMapCollection(IComparer<MemberMap> comparer)
Parameters
Name | Type | Description |
---|---|---|
comparer | IComparer |
The comparer to use when sorting the member maps. |