TypedArray(IReflect, Int32) Konstruktor

Definition

Initierar en ny instans av TypedArray klassen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

elementType
IReflect

Elementtypen för en typmatris.

rank
Int32

Matrisens rangordning (antal dimensioner).

Gäller för

Se även