ModelBinderDictionary.CopyTo Metoda

Definice

Zkopíruje prvky modelu pořadačového slovníku do pole, počínaje zadaným indexem.

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)

Parametry

array
KeyValuePair<Type,IModelBinder>[]

Cílové pole. Pole musí být jednorozměrné a musí mít indexování založené na nule.

arrayIndex
Int32

Index založený na nule v array místě, kde začíná kopírování.

Implementuje

Platí pro