IPAddressInformationCollection.CopyTo(IPAddressInformation[], Int32) Method

Definition

Copies the collection to the specified array.

C#
public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset);

Parameters

array
IPAddressInformation[]

A one-dimensional array that receives a copy of the collection.

offset
Int32

The zero-based index in array at which the copy begins.

Implements

Exceptions

array is null.

offset is less than zero.

array is multidimensional.

-or-

The number of elements in this IPAddressInformation is greater than the available space from offset to the end of the destination array.

The elements in this IPAddressInformation cannot be cast automatically to the type of the destination array.

Remarks

The array parameter must be one-dimensional with zero-based indexing.

Applies to

Produkt Versioner
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1