public void CopyTo(
DelegatedServer[] array,
int arrayIndex
)
array
The one-dimensional Array that is the destination of the DelegatedServer copied from collection.
arrayIndex
The zero-based index in the array at which copying begins.
This method uses System.Array.Copy to copy the elements.
The elements are copied to the Array in the same order in which the enumerator iterates through the List.