Collection that holds CsvClassMaps for record types.
- Namespace
- CsvHelper
.Configuration - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ClassMapCollection"]
class Type type-node
Syntax
public class ClassMapCollection
Constructors
Name | Summary |
---|---|
ClassMapCollection |
Creates a new instance using the given configuration. |
Properties
Name | Property Type | Summary |
---|---|---|
this[Type] | ClassMap |
Gets the
ClassMap for the specified record type.
|