Gets a cached reader delegate for the given type.
- Namespace
- CsvHelper
.Expressions - Containing Type
- RecordManager
Syntax
public Func<T> GetReadDelegate<T>(Type recordType)
Type Parameters
| Name | Description |
|---|---|
| T | The type of the record. |
Parameters
| Name | Type | Description |
|---|---|---|
| recordType | Type | The type of the record. |
Return Value
| Type | Description |
|---|---|
| Func |