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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา