Item Property (key)

Json.NET

Json.NET - Quick Starts & API Documentation Item Property (key)
NamespacesNewtonsoft.Json.LinqIJEnumerable<(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.0.2.0 (4.0.2.13623)