Table of Contents

Delegate SerializedMetadataTable<TRow>.ReadRowDelegate

Namespace
AsmResolver.PE.DotNet.Metadata.Tables
Assembly
AsmResolver.PE.dll

Defines a method that reads a single row from an input stream, using the provided table layout.

public delegate TRow SerializedMetadataTable<TRow>.ReadRowDelegate(ref BinaryStreamReader reader, TableLayout layout)

Parameters

reader BinaryStreamReader

The input stream.

layout TableLayout

The layout of the table.

Returns

TRow
Defines a method that reads a single row from an input stream, using the provided table layout.