PEAPI

ZeroBasedArray Constructor 

Create a new array - elementType[]

[Visual Basic]
Public Sub New( _
   ByVal elementType As PEAPI.Type _
)
[C#]
public ZeroBasedArray(
   Type elementType
);

Parameters

elementType
the type of the array elements

See Also

ZeroBasedArray Class | ZeroBasedArray Members | PEAPI Namespace