Set Constructor (Term, Term, Term)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the Set class.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub New ( _
    start As Term, _
    limit As Term, _
    step As Term _
)
public Set(
    Term start,
    Term limit,
    Term step
)
public:
Set(
    Term^ start, 
    Term^ limit, 
    Term^ step
)
new : 
        start:Term * 
        limit:Term * 
        step:Term -> Set
public function Set(
    start : Term, 
    limit : Term, 
    step : Term
)

Parameters

.NET Framework Security

See Also

Reference

Set Class

Set Overload

Microsoft.SolverFoundation.Services Namespace