TypedArray(IReflect, Int32) Constructor

Definition

Initializes a new instance of the TypedArray class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 TypedArray(System::Reflection::IReflect ^ elementType, int rank);
public TypedArray (System.Reflection.IReflect elementType, int rank);
new Microsoft.JScript.TypedArray : System.Reflection.IReflect * int -> Microsoft.JScript.TypedArray
Public Sub New (elementType As IReflect, rank As Integer)

Parameters

elementType
IReflect

The element type of a typed array.

rank
Int32

The rank (number of dimensions) of the array.

Applies to

See also