Share via


WebScriptObject.SetWebScriptValueAtIndex(Int32, NSObject) Method

Definition

[Foundation.Export("setWebScriptValueAtIndex:value:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetWebScriptValueAtIndex(int index, Foundation.NSObject value);
[<Foundation.Export("setWebScriptValueAtIndex:value:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetWebScriptValueAtIndex : int * Foundation.NSObject -> unit
override this.SetWebScriptValueAtIndex : int * Foundation.NSObject -> unit

Parameters

index
Int32
value
NSObject
Attributes

Applies to