IndexEnd Property
Gets or sets the index end. The Index end is used to specify a range for use with a collection member. Index is used as the start of the range, and IndexEnd is the end of the range.
Namespace
CsvHelper.Configuration
Containing Type
MemberMapData
Property Type
int

Syntax

public virtual int IndexEnd { get; set; }

Value

Type Description
int