Find<T>() Method
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.

Return Value

Type Description
ClassMap<T> The ClassMap for the specified record type.