Answer.Add Method

This method adds a new Value to the Answer object.

Syntax

public int Add ( object value )

Parameters Description
value The Value object to be added to the Answer.

Return Value

An integer indicating the index of the new Value within the Answer object.