Click or drag to resize

FileHelperAsyncEngineTReadToEnd Method

Return array of object for all data to end of the file

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public T[] ReadToEnd()

Return Value

Type: T
Array of objects created from data on file

Implements

IFileHelperAsyncEngineTReadToEnd
See Also