Click or drag to resize
JsonArrayIndexOf Method
Searches for the specified object and returns the zero-based index of the first occurrence within the entire array.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public int IndexOf(
	JsonValue item
)

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