MetadataBuilder.GetRowCount(TableIndex) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定表中的当前项数。
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 不是有效的表索引。