Click or drag to resize

CsvReadColumnT(Int32) Method

Reads all lines from the configured CSV file.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public IEnumerable<T> ReadColumn<T>(
	int columnIndex
)
where T : struct, new(), ISpanParsable<T>

Parameters

columnIndex  Int32
The index of a numeric column to return.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Austra.Library.Csv.ReadColumn``1(System.Int32)"]

Return Value

IEnumerableT
A sequence of possibly filtered lines.
See Also