In The Hand LtdIn The Hand
CopyTo Method (array, offset)
NamespacesInTheHand.Net.NetworkInformationIPAddressCollectionCopyTo(array<IPAddress>[]()[][], Int32)
.NET Components for Mobility
Copies the elements in this collection to a one-dimensional array of type IPAddress.
Declaration Syntax
C#Visual Basic
public void CopyTo(
	IPAddress[] array,
	int offset
)
Public Sub CopyTo ( _
	array As IPAddress(), _
	offset As Integer _
)
Parameters
array (array<IPAddress>[]()[][])
A one-dimensional array that receives a copy of the collection.
offset (Int32)
The zero-based index in array at which the copy begins.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0