Set Constructor (Domain, String)

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

Initializes a new instance of the Set class. Creates a new set.

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

Syntax

'Declaration
Public Sub New ( _
    domain As Domain, _
    name As String _
)
public Set(
    Domain domain,
    string name
)
public:
Set(
    Domain^ domain, 
    String^ name
)
new : 
        domain:Domain * 
        name:string -> Set
public function Set(
    domain : Domain, 
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

Set Class

Set Overload

Microsoft.SolverFoundation.Services Namespace