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.
Declaration Syntax
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); }
Parameters
- key (Object)
Value
Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)