AnswerCollection.Insert Method  

Inherited from the IList interface, but not implemented.

This method is inherited from the IList interface, but it is not implemented in the AnswerCollection class. It will throw a NotImplementedException if called.

Syntax

public void Insert ( int index , object value )

Parameters Description
index The zero-based index at which value should be inserted.
value The Object to insert into the IList.