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

Definición

Copia un par clave-valor en una ubicación específica de una matriz de destino.

 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

Parámetros

array
KeyValuePair<String,SemanticValue>[]

Matriz de pares clave-valor que es el destino de la operación.

index
Int32

Entero que especifica la ubicación de la matriz en la que se copiará el par clave-valor.

Implementaciones

Se aplica a