Click or drag to resize

SetTAny Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an arbitary item from the set.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public T Any()

Return Value

Type: T
An item from the set, or if the set is empty, the default value for the set type.
See Also