C# Class PERWAPI.Array

The IL Array type
Inheritance: TypeSpec
Afficher le fichier Open project: xored/f4

Protected Properties

Свойство Type Description
elemType Type

Méthodes publiques

Méthode Description
ElemType ( ) : Type

Private Methods

Méthode Description
Array ( Type eType, byte TypeId ) : System
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void

Method Details

ElemType() public méthode

public ElemType ( ) : Type
Résultat Type

Property Details

elemType protected_oe property

The element type of the array
protected Type elemType
Résultat Type