ClassMapCollection Class
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(CsvContext) Creates a new instance using the given configuration.

Properties

Name Property Type Summary
this[Type] ClassMap
Gets the ClassMap for the specified record type.

Methods

Name Return Value Summary
Find<T>() ClassMap<T>
Finds the ClassMap for the specified record type.