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
- domain
Type: Microsoft.SolverFoundation.Services.Domain
The set of values.
- name
Type: System.String
The name of the set.
.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.