ModelBinderDictionary.CopyTo(KeyValuePair<Type,IModelBinder>[], Int32) Método

Definição

Copia os elementos do dicionário do associador de modelo em uma matriz, começando em um índice especificado.Copies the elements of the model binder dictionary to an array, starting at a specified index.

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>[]

A matriz de destino.The destination array. A matriz deve ser unidimensional e ter a indexação com base em zero.The array must be one-dimensional and have zero-based indexing.

arrayIndex
Int32

O índice baseado em zero em array no qual a cópia começa.The zero-based index in array at which copying starts.

Implementações

Aplica-se a