Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.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
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual void CopyTo( KeyValuePair<K, V>[] array, int arrayIndex ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub CopyTo ( _ array As KeyValuePair(Of K, V)(), _ arrayIndex As Integer _ ) |
Visual C++ |
---|
public: virtual void CopyTo( array<KeyValuePair<K, V>>^ array, int arrayIndex ) |
Parameters
- array
- Type: array<
System.Collections.Generic..::.KeyValuePair<(Of <(K, V>)>)
>[]()[]
Tableau de destination
- arrayIndex
- Type: System..::.Int32
Index du tableau où commencer la copie