Finds the
ClassMap
for the specified record type.
- Namespace
- CsvHelper
.Configuration - Containing Type
- ClassMapCollection
Syntax
public virtual ClassMap<T> Find<T>()
Type Parameters
Name | Description |
---|---|
T | The record type. |