Gets a cached writer delegate for the given type.
- Namespace
- CsvHelper
.Expressions - Containing Type
- RecordManager
Syntax
public Action<T> GetWriteDelegate<T>(RecordTypeInfo typeInfo)
Type Parameters
Name | Description |
---|---|
T | The type of record being written. |
Parameters
Name | Type | Description |
---|---|---|
typeInfo | RecordTypeInfo | The record type information. |
Return Value
Type | Description |
---|---|
Action |