JSONArrayValuesT Method | |
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 Function Values(Of T) As T()
Type Parameters
- T
- The type of values to read.
Return Value
Type:
TAn array of type T populated with this array's contents.
See Also