[This is preliminary documentation and is subject to change.]

Gets the IJEnumerable<(Of <(T>)>) with the specified key.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

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

Parameters

key
Type: System..::.Object

Field Value

See Also

IJEnumerable<(Of <(T>)>) Interface
Facebook.Json.Linq Namespace