ModelBinderDictionary.CopyTo Method (KeyValuePair(Of 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 Sub CopyTo (
	array As KeyValuePair(Of Type, IModelBinder)(),
	arrayIndex As Integer
)

Parameters

array
Type: System.Collections.Generic.KeyValuePair(Of 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: