Click or drag to resize

JSONArrayGetEnumerator Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an enumerator that iterates through the items in the array.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerator<Object> GetEnumerator()

Return Value

Type: IEnumeratorObject
An enumerator.

Implements

IEnumerableTGetEnumerator
See Also