MetadataBuilder.GetRowCount(TableIndex) Método

Definición

Devuelve el número de elementos actuales de la tabla especificada.

public:
 int GetRowCount(System::Reflection::Metadata::Ecma335::TableIndex table);
public int GetRowCount (System.Reflection.Metadata.Ecma335.TableIndex table);
member this.GetRowCount : System.Reflection.Metadata.Ecma335.TableIndex -> int
Public Function GetRowCount (table As TableIndex) As Integer

Parámetros

table
TableIndex

El índice de tabla.

Devoluciones

El número de elementos en la tabla.

Excepciones

table no es un índice de tabla válido.

Se aplica a