C# Class PERWAPI.Array

The IL Array type
Inheritance: TypeSpec
Mostrar archivo Open project: xored/f4

Protected Properties

Property Type Description
elemType Type

Public Methods

Method Description
ElemType ( ) : Type

Private Methods

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

Method Details

ElemType() public method

public ElemType ( ) : Type
return Type

Property Details

elemType protected_oe property

The element type of the array
protected Type elemType
return Type