Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int IndexOf(JsonValue)

Declaration

public override int IndexOf(
    JsonValue item
)

Summary

Returns the index of the first occurrence of the specified item within the current list.

Returns

The index of the item, or -1 if the item is not in the list.