ModelBinderDictionary.CopyTo Método

Definición

Copia los elementos del diccionario del enlazador de modelos en una matriz, empezando por un índice especificado.

public:
 virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^>> ^ array, int arrayIndex);
public void CopyTo(System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of Type, IModelBinder)(), arrayIndex As Integer)

Parámetros

array
KeyValuePair<Type,IModelBinder>[]

Matriz de destino. La matriz debe ser unidimensional y tener indexación de base cero.

arrayIndex
Int32

Índice de base cero en el array que se inicia la copia.

Implementaciones

Se aplica a