MetadataBuilder.GetRowCount(TableIndex) Méthode

Définition

Retourne le nombre actuel d’éléments dans le tableau spécifié.

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 le tableau.

Exceptions

table n’est pas un index de table valide.

S’applique à