MetadataBuilder.GetRowCount(TableIndex) Méthode

Définition

Retourne le nombre actuel d’éléments dans la table spécifiée.

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

Paramètres

table
TableIndex

Index de la table.

Retours

Nombre d’éléments dans la table.

Exceptions

table n’est pas un index de table valide.

S’applique à