JSValue.Undefined(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.
Returns a JavaScrip undefined value in the specified context.
[Foundation.Export("valueWithUndefinedInContext:")]
public static JavaScriptCore.JSValue Undefined (JavaScriptCore.JSContext context);
static member Undefined : JavaScriptCore.JSContext -> JavaScriptCore.JSValue
Parameters
- context
- JSContext
Returns
- Attributes