AnswerCollection.Remove Method
This method removes the first occurrence of a specific object from the AnswerCollection.
Syntax
public void Remove ( object value )
| Parameters | Description |
| value | The Answer to remove from the collection. |
This method removes the first occurrence of a specific object from the AnswerCollection.
public void Remove ( object value )
| Parameters | Description |
| value | The Answer to remove from the collection. |