Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollectionTKey, TValueCopyTo Method (KeyValuePairTKey, TValue, Int32)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: System.Collections.GenericKeyValuePairTKey, TValue
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also