Answer ValueNodeList T  Add Method
Adds an item to the collection.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Add(
	Answer..::..ValueNode<T> item
)

Parameters

item
Type: HotDocs.Sdk Answer ValueNode T 
The item to add to the collection.

Implements

OnlineICollection T  Add(T)
See Also