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 不是有效的表索引。

适用于