Click or drag to resize

TypedSortedListEx TKey , TValue CopyTo Method ( KeyValuePair TKey , TValue , Int32)

Copies the elements of the collection to an array, starting at a particular array index.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.Generic KeyValuePair TKey , TValue
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
arrayIndex
Type: System Int32
The zero-based index in array at which copying begins.

Implements

ICollection T CopyTo( T , Int32)
See Also