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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.