Click or drag to resize

SetT Constructor (IEnumerableT)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new Set that includes the values from the enumerable provided.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Set(
	IEnumerable<T> list
)

Parameters

list
Type: System.Collections.GenericIEnumerableT
Items to be added to the Set.
See Also