使用英语阅读

通过


JSValue.Item[] 属性

定义

重载

Item[NSObject]

获取或设置由提供的 key编制索引的项。

Item[nuint]

获取或设置由提供的 index编制索引的项。

Item[NSObject]

获取或设置由提供的 key编制索引的项。

public JavaScriptCore.JSValue this[Foundation.NSObject key] { get; set; }

参数

key
NSObject

属性值

适用于

Item[nuint]

获取或设置由提供的 index编制索引的项。

public JavaScriptCore.JSValue this[nuint index] { get; set; }

参数

index
System.System.UIntPtr

属性值

适用于