Upraviť

Zdieľať cez


ArrayLiteral(Context, ASTList) Constructor

Definition

Overloads

ArrayLiteral(Context, ASTList)

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

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

ArrayLiteral(Context, ASTList)

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.

See also

Applies to