[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.ArowAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static List<TRow> ReadRowList<TRow>(
TypedRow rowScope,
ReadingStreamer streamer,
string name
)
where TRow : new(), TypedRow
public static List<TRow> ReadRowList<TRow>(
TypedRow rowScope,
ReadingStreamer streamer,
string name
)
where TRow : new(), TypedRow
Public Shared Function ReadRowList(Of TRow As {New, TypedRow}) (
rowScope As TypedRow,
streamer As ReadingStreamer,
name As String
) As List(Of TRow)
Public Shared Function ReadRowList(Of TRow As {New, TypedRow}) (
rowScope As TypedRow,
streamer As ReadingStreamer,
name As String
) As List(Of TRow)
public:
generic<typename TRow>
where TRow : gcnew(), TypedRow
static List<TRow>^ ReadRowList(
TypedRow^ rowScope,
ReadingStreamer^ streamer,
String^ name
)
public:
generic<typename TRow>
where TRow : gcnew(), TypedRow
static List<TRow>^ ReadRowList(
TypedRow^ rowScope,
ReadingStreamer^ streamer,
String^ name
)
static member ReadRowList :
rowScope : TypedRow *
streamer : ReadingStreamer *
name : string -> List<'TRow> when 'TRow : new() and TypedRow
static member ReadRowList :
rowScope : TypedRow *
streamer : ReadingStreamer *
name : string -> List<'TRow> when 'TRow : new() and TypedRow
- TRow
Return Value
Type:
List TRow