JSValue.CreateArray(JSContext) Method
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.
Creates an empty array in the provided context.
[Foundation.Export("valueWithNewArrayInContext:")]
public static JavaScriptCore.JSValue CreateArray (JavaScriptCore.JSContext context);
static member CreateArray : JavaScriptCore.JSContext -> JavaScriptCore.JSValue
Parameters
- context
- JSContext
Returns
- Attributes