TypedArray(IReflect, Int32) Construtor

Definição

Inicializa uma nova instância da TypedArray classe.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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)

Parâmetros

elementType
IReflect

O tipo de elemento de um array tipado.

rank
Int32

O posto (número de dimensões) da matriz.

Aplica-se a

Ver também