共用方式為


JSValue.Item[] 屬性

定義

多載

Item[NSObject]

取得或設定所提供 key 所編制索引的專案。

Item[nuint]

取得或設定所提供 index 所編制索引的專案。

Item[NSObject]

取得或設定所提供 key 所編制索引的專案。

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

參數

key
NSObject

屬性值

適用於

Item[nuint]

取得或設定所提供 index 所編制索引的專案。

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

參數

index
System.System.UIntPtr System.unativeint

屬性值

適用於