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.
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.
Implements
ICollection(Of T).CopyTo(T(), Int32)
.NET Framework
Available since 4.5
Available since 4.5
Show: