Copies the elements in this collection to a one-dimensional array of type IPAddressInformation.
| C# | Visual Basic |
public void CopyTo( IPAddressInformation[] array, int arrayIndex )
Public Sub CopyTo ( _ array As IPAddressInformation(), _ arrayIndex As Integer _ )
- array (array<IPAddressInformation>[]()[][])
- A one-dimensional array that receives a copy of the collection.
- arrayIndex (Int32)
- The zero-based index in array at which the copy begins.