ModelItemDictionary.ICollection.CopyTo(Array, Int32) Méthode
Définition
Copie les éléments d'ICollection dans un tableau, en commençant au niveau d'un index de tableau particulier.Copies the elements of the ICollection to an array, starting at a particular array index.
virtual void System.Collections.ICollection.CopyTo(Array ^ array, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array array, int index);
Paramètres
- array
- Array
Tableau unidimensionnel correspondant à la destination des éléments copiés à partir depuis ICollection.The one-dimensional array that is the destination of the elements copied from ICollection. Ce tableau doit avoir une indexation de base zéro.The array must have zero-based indexing
- index
- Int32
Index de base zéro dans l'array
à partir duquel la copie commence.The zero-based index in array
at which copying begins.