TypedArray(IReflect, Int32) Constructor
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.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.