Share via


MetadataBuilder.GetRowCount(TableIndex) メソッド

定義

指定されたテーブル内の現在の項目数を返します。

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

パラメーター

table
TableIndex

テーブル インデックス。

戻り値

テーブル内の項目の数。

例外

table が有効なテーブル インデックスではありません。

適用対象