Reader ReadRowList TRow  Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.Serialization.Arow
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static List<TRow> ReadRowList<TRow>(
	TypedRow rowScope,
	ReadingStreamer streamer,
	string name
)
where TRow : new(), TypedRow
Type Parameters

TRow

Return Value

Type: OnlineList TRow 
See Also