JSONArrayIndexOf Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the index of the given item.
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int IndexOf(
Object item
)
Public Function IndexOf (
item As Object
) As Integer
Parameters
- item
- Type: SystemObject
The item to look for.
Return Value
Type:
Int32The item's index.
Implements
IListTIndexOf(T)See Also