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)
.NET Framework (current version)
Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index.
Assembly: System (in System.dll)
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.
Implements
ICollection::CopyTo(Array^, Int32)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
Available since 10
.NET Framework
Available since 2.0
Show: