SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.CopyTo Methode

Definition

Kopiert ein Schlüssel-Wert-Paar an eine bestimmte Position in einem Zielarray.

 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

Parameter

array
KeyValuePair<String,SemanticValue>[]

Das Array von Schlüssel-Wert-Paaren, das das Ziel des Vorgangs ist.

index
Int32

Eine ganze Zahl, die die Position im Array angibt, an die das Schlüssel-Wert-Paar kopiert wird.

Implementiert

Gilt für: