ModelBinderDictionary.CopyTo Método

Definición

Copia los elementos del diccionario de enlazadores de modelos en una matriz, empezando en 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. Matriz debe ser unidimensional y debe tener índices de base cero.

arrayIndex
Int32

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

Implementaciones

Se aplica a