FileHelperAsyncEngineTItem Property (Int32) |
Get a field value of the current records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic Object this[
int fieldIndex
] { get; set; }
Public Default Property Item (
fieldIndex As Integer
) As Object
Get
Set
Parameters
- fieldIndex
- Type: SystemInt32
The index of the field.
Property Value
Type:
Object
See Also