ModelBinderDictionary.CopyTo Méthode

Définition

Copie les éléments du dictionnaire de binders de modèles dans un tableau, en commençant à l'index spécifié.

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)

Paramètres

array
KeyValuePair<Type,IModelBinder>[]

Tableau de destination. Le tableau doit être unidimensionnel et comporter un index de base zéro.

arrayIndex
Int32

Index de base zéro dans array où commence la copie.

Implémente

S’applique à