SumTermBuilder.Add Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds a new term to a SumTermBuilder object.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Sub Add ( _
term As Term _
)
public void Add(
Term term
)
public:
void Add(
Term^ term
)
member Add :
term:Term -> unit
public function Add(
term : Term
)
Parameters
- term
Type: Microsoft.SolverFoundation.Services.Term
The term to add.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.