Click or drag to resize

RecordIndexer Class

A class to loop through the field values
Inheritance Hierarchy
SystemObject
  FileHelpersRecordIndexer

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class RecordIndexer : IEnumerable<string>, 
	IEnumerable

The RecordIndexer type exposes the following members.

Properties
  NameDescription
Public propertyFieldCount
The number of fields in the record
Public propertyItem
Get the field value at the specified index.
Top
See Also