TempDataDictionary.ICollection<KeyValuePair<String, Object>>.CopyTo Method (KeyValuePair<String, Object>[], Int32)
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
void ICollection<KeyValuePair<string, object>>.CopyTo( KeyValuePair<string, object>[] array, int index )
Parameters
- array
- Type: System.Collections.Generic.KeyValuePair<String, Object>[]
- index
- Type: System.Int32
Implements
ICollection<T>.CopyTo(T[], Int32)
Show: