Share via


JSValue.Item[] Property

Definition

Overloads

Name Description
Item[NSObject]

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

Item[UIntPtr]

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[UIntPtr]

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

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

Parameters

index
UIntPtr

unativeint

Property Value

Applies to