MessageProperties.ICollection<KeyValuePair<String,Object>>.CopyTo Método

Definición

Copia el contenido de las MessageProperties especificadas en una matriz, a partir del índice especificado.

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

Parámetros

array
KeyValuePair<String,Object>[]

Matriz en la que se va a copiar la colección.

index
Int32

Índice por el que se va a comenzar.

Implementaciones

Se aplica a