ArrayLiteral(Context, ASTList) 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 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
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.