Share via


ReadOnlyDictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Método)

Copia el contenido de este diccionario en la matriz especificada en el índice especificado.

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Private Sub CopyTo ( _
    array As KeyValuePair(Of TKey, TValue)(), _
    arrayIndex As Integer _
) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo
void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(
    KeyValuePair<TKey, TValue>[] array,
    int arrayIndex
)

Parámetros

  • arrayIndex
    Tipo: System.Int32
    El índice de la matriz de destino con el que el contenido copiados empezarán.

Implementaciones

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

Seguridad de .NET Framework

Vea también

Referencia

ReadOnlyDictionary<TKey, TValue> Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)