AnswerCollection.RemoveAt Method  

This method removes the AnswerCollection item at the specified index.

Syntax

public void RemoveAt ( int index )

Parameters Description
index The index of the answer to remove from the collection.