AnswerCollection.CopyTo Method
This method copies the elements of the AnswerCollection to an Array, starting at a particular index.
Syntax
public void CopyTo ( System.Array array, int index )
| Parameters | Description |
| array | The array to which the elements of the AnswerCollection will be copied. |
| index | The starting index in the array in which the elements will be copied. |