ArrayLiteral(Context, ASTList) Constructor

Definition

Initializes a new instance of the ArrayLiteral class, specifying the context and elements.

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

public:
 ArrayLiteral(Microsoft::JScript::Context ^ context, Microsoft::JScript::ASTList ^ elements);
public ArrayLiteral (Microsoft.JScript.Context context, Microsoft.JScript.ASTList elements);
new Microsoft.JScript.ArrayLiteral : Microsoft.JScript.Context * Microsoft.JScript.ASTList -> Microsoft.JScript.ArrayLiteral
Public Sub New (context As Context, elements As ASTList)

Parameters

context
Context

The current document context.

elements
ASTList

The elements of the array.

Applies to

See also