Click or drag to resize

JSONArrayValuesT Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns this array's values using type T.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public T[] Values<T>()

Type Parameters

T
The type of values to read.

Return Value

Type: T
An array of type T populated with this array's contents.
See Also