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

Definición

Copia los elementos de la interfaz ICollection<T> en una matriz de tipo KeyValuePair<TKey,TValue>, comenzando en el índice especificado de la matriz.

C#
void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);

Parámetros

array
KeyValuePair<String,Object>[]

Matriz unidimensional de tipo KeyValuePair<TKey,TValue> que constituye el destino de los elementos KeyValuePair<TKey,TValue> copiados desde la interfaz ICollection<T>. La matriz debe tener una indización de base cero.

arrayIndex
Int32

Índice de base cero de array donde se inicia la operación de copia.

Implementaciones

Se aplica a

Producto Versiones
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0