Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JArray Class
JArray Properties
Item Property
Item Property (Int32)
Item Property (Object)
JArray
Item Property (Int32)
Gets or sets the
JToken
at the specified index.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
JToken
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
System
Int32
Property Value
Type:
JToken
Implements
IList
T
Item
Int32
See Also
Reference
JArray Class
Item Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home