Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
IJEnumerable(T) Interface
IJEnumerable(T) Properties
Item Property
IJEnumerable
T
Item Property
Gets the
IJEnumerable
T
of
JToken
with the specified key.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
IJEnumerable
<
JToken
>
this
[
Object
key
] {
get
; }
Parameters
key
Type:
System
Object
Property Value
Type:
IJEnumerable
JToken
See Also
Reference
IJEnumerable
T
Interface
Newtonsoft.Json.Linq Namespace
Json.NET Home