[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 TRow[] ReadRowArray<TRow>(
TypedRow rowScope,
ReadingStreamer streamer,
string name
)
where TRow : new(), TypedRow
public static TRow[] ReadRowArray<TRow>(
TypedRow rowScope,
ReadingStreamer streamer,
string name
)
where TRow : new(), TypedRow
Public Shared Function ReadRowArray(Of TRow As {New, TypedRow}) (
rowScope As TypedRow,
streamer As ReadingStreamer,
name As String
) As TRow()
Public Shared Function ReadRowArray(Of TRow As {New, TypedRow}) (
rowScope As TypedRow,
streamer As ReadingStreamer,
name As String
) As TRow()
public:
generic<typename TRow>
where TRow : gcnew(), TypedRow
static array<TRow>^ ReadRowArray(
TypedRow^ rowScope,
ReadingStreamer^ streamer,
String^ name
)
public:
generic<typename TRow>
where TRow : gcnew(), TypedRow
static array<TRow>^ ReadRowArray(
TypedRow^ rowScope,
ReadingStreamer^ streamer,
String^ name
)
static member ReadRowArray :
rowScope : TypedRow *
streamer : ReadingStreamer *
name : string -> 'TRow[] when 'TRow : new() and TypedRow
static member ReadRowArray :
rowScope : TypedRow *
streamer : ReadingStreamer *
name : string -> 'TRow[] when 'TRow : new() and TypedRow
- TRow
Return Value
Type:
TRow