C# Class PERWAPI.ZeroBasedArray

Single dimensional array with zero lower bound
Inheritance: Array
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
ZeroBasedArray ( Type elementType ) : System

Create a new array - elementType[]

Private Methods

Méthode Description
SameType ( Type tstType ) : bool
TypeSig ( MemoryStream str ) : void
WriteType ( CILWriter output ) : void

Method Details

ZeroBasedArray() public méthode

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