this[Type] Property
Gets the ClassMap for the specified record type.
Namespace
CsvHelper.Configuration
Containing Type
ClassMapCollection
Property Type
ClassMap

Syntax

public virtual ClassMap this[Type type] { get; }

Parameters

Name Type Description
type Type

Value

Type Description
ClassMap The ClassMap.