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

属性值

适用于