ModelBinderDictionary.CopyTo Method (KeyValuePair<Type, IModelBinder>[], Int32)

.NET Framework (current version)
 

Copies the elements of the model binder dictionary to an array, starting at a specified index.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public void CopyTo(
	KeyValuePair<Type, IModelBinder>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.Generic.KeyValuePair<Type, IModelBinder>[]

The destination array. The array must be one-dimensional and have zero-based indexing.

arrayIndex
Type: System.Int32

The zero-based index in array at which copying starts.

.NET Framework
Available since 4.5
Return to top
Show: