C# Class PERWAPI.ZeroBasedArray

Single dimensional array with zero lower bound
Inheritance: Array
Show file Open project: xored/f4

Public Methods

Method Description
ZeroBasedArray ( Type elementType ) : System

Create a new array - elementType[]

Private Methods

Method Description
SameType ( Type tstType ) : bool
TypeSig ( MemoryStream str ) : void
WriteType ( CILWriter output ) : 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