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
- 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
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.