ExpandoObject.ICollection<KeyValuePair<String, Object>>.CopyTo Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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)

Syntax

'Declaration
Private Sub CopyTo ( _
    array As KeyValuePair(Of String, Object)(), _
    arrayIndex As Integer _
) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
void ICollection<KeyValuePair<string, Object>>.CopyTo(
    KeyValuePair<string, Object>[] array,
    int arrayIndex
)

Parameters

  • arrayIndex
    Type: System.Int32
    The zero-based index in array at which copying starts.

Implements

ICollection<T>.CopyTo(array<T[], Int32)

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.