CopyTo

ControlCollection.CopyTo method

Copies the entire collection to the specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayTarget array
indexInt32Index in the target array.

See Also