JSValue.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Item[NSObject] |
Gets or sets the item that is indexed by the provided |
Item[nuint] |
Gets or sets the item that is indexed by the provided |
Item[NSObject]
Item[nuint]
Gets or sets the item that is indexed by the provided index
.
public JavaScriptCore.JSValue this[nuint index] { get; set; }
member this.Item(nuint) : JavaScriptCore.JSValue with get, set
Parameters
- index
- System.System.UIntPtr System.unativeint