BaseShadow.MakeArrayType(Type, Int32) Method

Definition

public:
 static Type ^ MakeArrayType(Type ^ elementType, int rank);
public static Type MakeArrayType (Type elementType, int rank);
static member MakeArrayType : Type * int -> Type
Public Shared Function MakeArrayType (elementType As Type, rank As Integer) As Type

Parameters

elementType
Type
rank
Int32

Returns

Applies to