Answer.CopyTo Method

This method copies the collection of Value objects from the Answer 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 Value objects from the Answer will be copied.
index The starting index in the array to which the Value objects are copied.