Udostępnij za pośrednictwem


TypedArray(IReflect, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TypedArray.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

elementType
IReflect

Typ elementu tablicy typizowanej.

rank
Int32

Ranga (liczba wymiarów) tablicy.

Dotyczy

Zobacz też