UrlList.CopyTo

UrlList.CopyTo method

Copies the elements to an array, starting at a particular array index.

public void CopyTo(Url[] array, int index)
ParameterTypeDescription
arrayUrl[]The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
indexInt32The zero-based index in array at which copying begins.

See Also