SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.CopyTo Méthode

Définition

Copie une paire clé/valeur à un emplacement spécifique dans un tableau cible.

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>> ^ array, int index) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>>::CopyTo;
void ICollection<KeyValuePair<string,SemanticValue>>.CopyTo (System.Collections.Generic.KeyValuePair<string,System.Speech.Recognition.SemanticValue>[] array, int index);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of String, SemanticValue)(), index As Integer) Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).CopyTo

Paramètres

array
KeyValuePair<String,SemanticValue>[]

Tableau de paires clé/valeur qui est la cible de l’opération.

index
Int32

Entier qui spécifie l’emplacement du tableau auquel la paire clé/valeur est copiée.

Implémente

S’applique à