BaseShadow.MakeArrayType(Type, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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