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.
ExpandoObject::ICollection<KeyValuePair<String^, Object^>>::CopyTo Method (array<KeyValuePair<String^, Object^>>^, Int32)
Copies the elements of the ICollection<T> to an array of type KeyValuePair<TKey, TValue>, starting at the specified array index.
Assembly: System.Core (in System.Core.dll)
private: virtual void CopyTo( array<KeyValuePair<String^, Object^>>^ array, int arrayIndex ) sealed = ICollection<KeyValuePair<String^, Object^>>::CopyTo
Parameters
- array
-
Type:
array<System.Collections.Generic::KeyValuePair<String^, Object^>>^
The one-dimensional array of type KeyValuePair<TKey, TValue> that is the destination of the KeyValuePair<TKey, TValue> elements copied from the ICollection<T>. The array must have zero-based indexing.
- arrayIndex
-
Type:
System::Int32
The zero-based index in array at which copying starts.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: