SetTGetEnumerator Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an enumerator that iterates through the Set.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type:
IEnumeratorTAn enumerator that can be used to iterate through the Set.
Implements
IEnumerableTGetEnumeratorSee Also