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이 유효한 테이블 인덱스가 아닙니다.

적용 대상