C# 클래스 PERWAPI.Array

The IL Array type
상속: TypeSpec
파일 보기 프로젝트 열기: xored/f4

보호된 프로퍼티들

프로퍼티 타입 설명
elemType Type

공개 메소드들

메소드 설명
ElemType ( ) : Type

비공개 메소드들

메소드 설명
Array ( Type eType, byte TypeId ) : System
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void

메소드 상세

ElemType() 공개 메소드

public ElemType ( ) : Type
리턴 Type

프로퍼티 상세

elemType 보호되어 있는 프로퍼티

The element type of the array
protected Type elemType
리턴 Type