GlobalObject.Array Property

Definition

Gets a reference to an ArrayConstructor object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static property Microsoft::JScript::ArrayConstructor ^ Array { Microsoft::JScript::ArrayConstructor ^ get(); };
public static Microsoft.JScript.ArrayConstructor Array { get; }
static member Array : Microsoft.JScript.ArrayConstructor
Public Shared ReadOnly Property Array As ArrayConstructor

Property Value

A reference to an ArrayConstructor object.

Applies to