You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JArray Class > JArray Methods > IndexOf Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JArray.IndexOf Method

Determines the index of a specific item in the T:System.Collections.Generic.IList`1.

Syntax
C++
C#
Visual Basic
public: int IndexOf( JToken item );
Parameters
Parameters 
Description 
item 
The object to locate in the T:System.Collections.Generic.IList`1
Returns

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

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.