C# Class PEAPI.ZeroBasedArray

Single dimensional array with zero lower bound
Inheritance: Array
显示文件 Open project: kumpera/mono

Public Methods

Method Description
ZeroBasedArray ( Type elementType ) : System

Create a new array - elementType[]

Private Methods

Method Description
TypeSig ( MemoryStream str ) : void

Method Details

ZeroBasedArray() public method

Create a new array - elementType[]
public ZeroBasedArray ( Type elementType ) : System
elementType Type the type of the array elements
return System