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

Gets or sets the JToken at the specified index.

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

Syntax

C#
public JToken this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As JToken
Visual C++
public:
virtual property JToken^ default[int index] {
	JToken^ get (int index) sealed;
	void set (int index, JToken^ value) sealed;
}

Parameters

index
Type: System..::.Int32

Field Value

Implements

IList<(Of <(T>)>)..::.Item[([(Int32])])

See Also

JArray Class
Item Overload
Facebook.Json.Linq Namespace