RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.CopyTo Method

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

C#
void ICollection<KeyValuePair<string,object>>.CopyTo (System.Collections.Generic.KeyValuePair<string,object>[] array, int arrayIndex);

Parameters

arrayIndex
Int32

Implements

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0