Partager via


JSValue.Item[] Propriété

Définition

Surcharges

Item[NSObject]

Obtient ou définit l’élément indexé par le fourni key.

Item[nuint]

Obtient ou définit l’élément indexé par le fourni index.

Item[NSObject]

Obtient ou définit l’élément indexé par le fourni key.

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

Paramètres

key
NSObject

Valeur de propriété

S’applique à

Item[nuint]

Obtient ou définit l’élément indexé par le fourni index.

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

Paramètres

index
System.System.UIntPtr System.unativeint

Valeur de propriété

S’applique à