Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Copie les éléments du dictionnaire dans un tableau, à partir de la position spécifiée
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public void CopyTo( KeyValuePair<TKey, TValue>[] array, int arrayIndex ) |
Visual Basic (Déclaration) |
---|
Public Sub CopyTo ( _ array As KeyValuePair(Of TKey, TValue)(), _ arrayIndex As Integer _ ) |
Visual C++ |
---|
public: virtual void CopyTo( array<KeyValuePair<TKey, TValue>>^ array, int arrayIndex ) sealed |
Paramètres
- array
- Type: array<System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>>[]()[][]
Tableau de destination
- arrayIndex
- Type: System..::..Int32
Index du tableau où commencer la copie