UrlPrefixCollection.CopyTo(UrlPrefix[], Int32) Method

Definition

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

C#
public void CopyTo (Microsoft.AspNetCore.Server.HttpSys.UrlPrefix[] array, int arrayIndex);

Parameters

array
UrlPrefix[]
arrayIndex
Int32

Implements

Applies to

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