Json.NET - Quick Starts & API Documentation
Item Property (key)
Namespaces ► Newtonsoft.Json.Linq ► IJEnumerable<(Of <(<'T>)>)> ► Item[([( Object])])
Gets the IJEnumerable<(Of <(<'T>)>)> with the specified key.

C# | Visual Basic | Visual C++ |
IJEnumerable<JToken> this[ Object key ] { get; }
ReadOnly Default Property Item ( _ key As Object _ ) As IJEnumerable(Of JToken) Get
property IJEnumerable<JToken^>^ default[Object^ key] { IJEnumerable<JToken^>^ get (Object^ key); }

- key (Object)
