Click or drag to resize

SetTEnumerator Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs an enumerator for the Set.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Enumerator(
	Dictionary<T, bool> set
)

Parameters

set
Type: System.Collections.GenericDictionaryT, Boolean
The Set that this enumerator will enumerate.
See Also