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.
Assembly: System.Web (in System.Web.dll)
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.
Implements
ICollection<T>.CopyTo(T[], Int32)
.NET Framework
Available since 4.5
Available since 4.5
Show: