Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OrderedDictionary::CopyTo Method (Array^, Int32)

 

Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

public:
virtual void CopyTo(
	Array^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

The one-dimensional Array object that is the destination of the DictionaryEntry objects copied from OrderedDictionary collection. The Array must have zero-based indexing.

index
Type: System::Int32

The zero-based index in array at which copying begins.

The CopyTo method is not guaranteed to preserve the order of the elements in the OrderedDictionary collection.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft