Click or drag to resize

RecordIndexerItem Property

Get the field value at the specified index.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the field (zero based)

Return Value

Type: String
The field value
See Also