Resets the indexes based on the given start index.
- Namespace
- CsvHelper
.Configuration - Containing Type
- ClassMap
Syntax
public virtual int ReIndex(int indexStart = 0)
Parameters
Name | Type | Description |
---|---|---|
indexStart | int | The index start. |
Return Value
Type | Description |
---|---|
int | The last index + 1. |