Searches for the specified object and returns the zero-based index of the first occurrence within the entire
array.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public int IndexOf(
JsonValue item
)
Public Function IndexOf (
item As JsonValue
) As Integer
Parameters
- item
- Type: Dextronet.JsonieJsonValue
The object to locate in the array. The value can be null.
Return Value
Type:
Int32
The zero-based index of the first occurrence of item within the entire array, if found; otherwise, –1.
Implements
IListTIndexOf(T)See Also