IsolatedStorageSettings.ICollection(Of KeyValuePair(Of String, 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 ICollection(Of T).CopyTo.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Private Sub CopyTo ( _ array As KeyValuePair(Of String, Object)(), _ arrayIndex As Integer _ ) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
Parameters
- array
- Type:
System.Collections.Generic.KeyValuePair(Of String, Object)
()
The one-dimensional Array that is the destination of the elements copied from ICollection(Of T). 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)This member is an explicit interface member implementation. It can be used only when the IsolatedStorageSettings instance is cast to an ICollection(Of T) interface.
Show: