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

Determines the index of a specific item in the IList<(Of <(T>)>).

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

Syntax

C#
public int IndexOf(
	JToken item
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	item As JToken _
) As Integer
Visual C++
public:
virtual int IndexOf(
	JToken^ item
) sealed

Parameters

item
Type: Facebook.Json.Linq..::.JToken
The object to locate in the IList<(Of <(T>)>).

Return Value

The index of item if found in the list; otherwise, -1.

Implements

IList<(Of <(T>)>)..::.IndexOf(T)

See Also

JArray Class
Facebook.Json.Linq Namespace