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 paires clé/valeur de la collection vers un tableau
Espace de nom : Developpez.Dotnet.Xml.SerializationAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public void CopyTo( XmlDictionaryEntry<TKey, TValue>[] array, int arrayIndex ) |
Visual Basic (Déclaration) |
---|
Public Sub CopyTo ( _ array As XmlDictionaryEntry(Of TKey, TValue)(), _ arrayIndex As Integer _ ) |
Visual C++ |
---|
public: virtual void CopyTo( array<XmlDictionaryEntry<TKey, TValue>^>^ array, int arrayIndex ) sealed |
Paramètres
- array
- Type: array<Developpez.Dotnet.Xml.Serialization..::..XmlDictionaryEntry<(Of <(<'TKey, TValue>)>)>>[]()[][]
Le tableau vers lequel copier les données
- arrayIndex
- Type: System..::..Int32
L'index dans array où la copie commence