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.

Namespace:   System.Dynamic
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.

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
Return to top
Show: