JSValue.SetValue(JSValue, nuint) Method

Definition

Sets the item at the specified index to the specified value.

[Foundation.Export("setValue:atIndex:")]
public virtual void SetValue (JavaScriptCore.JSValue value, nuint index);
abstract member SetValue : JavaScriptCore.JSValue * nuint -> unit
override this.SetValue : JavaScriptCore.JSValue * nuint -> unit

Parameters

value
JSValue
index
System.System.UIntPtr System.unativeint
Attributes

Applies to