Click or drag to resize

SetTAddRange Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds every element in the enumerable to the Set.

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

Parameters

list
Type: System.Collections.GenericIEnumerableT
Enumerable of elements to add.
See Also