Click or drag to resize

SetT Constructor (Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initializes a new Set and sets the backing dictionary to have the specified size to start with.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Set(
	int size
)

Parameters

size
Type: SystemInt32
Size the backing dictionary will be set to.
See Also