Partager via


HybridDictionary<TKey, TValue>.CopyTo, méthode

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As KeyValuePair(Of TKey, TValue)(), _
    arrayIndex As Integer _
)
public void CopyTo(
    KeyValuePair<TKey, TValue>[] array,
    int arrayIndex
)

Paramètres

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

HybridDictionary<TKey, TValue> Classe

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms