SolutionMapping.GetIndexes Method (Constraint)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a collection of indexes that are related to a constraint.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public MustOverride Function GetIndexes ( _
constraint As Constraint _
) As IEnumerable(Of Object())
public abstract IEnumerable<Object[]> GetIndexes(
Constraint constraint
)
public:
virtual IEnumerable<array<Object^>^>^ GetIndexes(
Constraint^ constraint
) abstract
abstract GetIndexes :
constraint:Constraint -> IEnumerable<Object[]>
public abstract function GetIndexes(
constraint : Constraint
) : IEnumerable<Object[]>
Parameters
- constraint
Type: Microsoft.SolverFoundation.Services.Constraint
The constraint.
Return Value
Type: System.Collections.Generic.IEnumerable<array<Object[]>
A collection of indexes that are related to the constraint.
.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.