Item Property (key)

Json.NET

Json.NET - Quick Starts & API Documentation Item Property (key)
NamespacesNewtonsoft.Json.LinqJEnumerable<(Of <(<'T>)>)>Item[([( Object])])
Gets the IJEnumerable<(Of <(<'T>)>)> with the specified key.
Declaration Syntax
C# Visual Basic Visual C++
public IJEnumerable<JToken> this[
	Object key
] { get; }
Public ReadOnly Default Property Item ( _
	key As Object _
) As IJEnumerable(Of JToken)
	Get
public:
virtual property IJEnumerable<JToken^>^ default[Object^ key] {
	IJEnumerable<JToken^>^ get (Object^ key) sealed;
}
Parameters
key (Object)
Value

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)