JSValue.SetValue(JSValue, nuint) 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.
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