ImageGear for .NET
CopyTo Method
See Also  Send Feedback
ImageGear21.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : CopyTo Method




array
The one-dimensional array that is the destination of the elements copied from the dictionary. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.

Glossary Item Box

Copies the elements of the dictionary to an array, starting at the specified array index.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

array
The one-dimensional array that is the destination of the elements copied from the dictionary. The array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.

See Also

©2013. Accusoft Corporation. All Rights Reserved.