ResourceDictionary.ICollection(Of KeyValuePair(Of Object, Object)).CopyTo Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
For a description of this member, see CopyTo.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private Sub CopyTo ( _ array As KeyValuePair(Of Object, Object)(), _ arrayIndex As Integer _ ) Implements ICollection(Of KeyValuePair(Of Object, Object)).CopyTo
Parameters
- array
- Type:
System.Collections.Generic.KeyValuePair(Of Object, Object)
()
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
- arrayIndex
- Type: System.Int32
The zero-based index in array at which copying begins.
Implements
ICollection(Of T).CopyTo(T(), Int32)| Exception | Condition |
|---|---|
| NotImplementedException | Thrown in all cases by this implementation. |
Show: