Click or drag to resize

SetTCopyTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Copies the elements of the Set to an array, starting at a particular array index.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
The one-dimensional array that is the destination of the elements copied from the Set. The array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in the array where copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also