JSValue.Item[] Property

Definition

Overloads

Item[NSObject]

Gets or sets the item that is indexed by the provided key.

Item[nuint]

Gets or sets the item that is indexed by the provided index.

Item[NSObject]

Gets or sets the item that is indexed by the provided key.

public JavaScriptCore.JSValue this[Foundation.NSObject key] { get; set; }
member this.Item(Foundation.NSObject) : JavaScriptCore.JSValue with get, set

Parameters

key
NSObject

Property Value

Applies to

Item[nuint]

Gets or sets the item that is indexed by the provided index.

public JavaScriptCore.JSValue this[nuint index] { get; set; }
member this.Item(nuint) : JavaScriptCore.JSValue with get, set

Parameters

index
System.System.UIntPtr System.unativeint

Property Value

Applies to